Browse Source

修改select2

chengxun 7 years ago
parent
commit
3b399a172c
1 changed files with 2 additions and 0 deletions
  1. 2 0
      application/index/controller/Base.php

+ 2 - 0
application/index/controller/Base.php

@@ -9,6 +9,8 @@
 namespace app\index\controller;
 
 
+use think\Request;
+
 class Base extends Common
 {
     public function _initialize()