|
@@ -14,7 +14,7 @@ class BaseController extends base{
|
|
|
public $uname='';
|
|
|
public $roleid='';
|
|
|
public $level='';
|
|
|
- public $novalidate=['GetLast',"performance"];
|
|
|
+ public $novalidate=['GetLast',"performance","productTh","productPerformance"];
|
|
|
public function __construct(App $app) {
|
|
|
parent::__construct($app);
|
|
|
$this->post =$this->request->post();
|