evoxwht 2 лет назад
Родитель
Сommit
b6fb32e85c
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      crmeb/app/Request.php

+ 1 - 1
crmeb/app/Request.php

@@ -33,7 +33,7 @@ class Request extends \think\Request
      * 不过滤变量名
      * @var array
      */
-    protected $except = ['menu_path', 'api_url', 'unique_auth', 'description', 'custom_form', 'content'];
+    protected $except = ['menu_path', 'api_url', 'unique_auth', 'description', 'custom_form', 'content', 'tableField'];
 
     /**
      * 获取请求的数据