wugg 9 tháng trước cách đây
mục cha
commit
f478705c9d
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      app/bug/controller/Work.php

+ 1 - 1
app/bug/controller/Work.php

@@ -157,7 +157,7 @@ class Work extends Base{
 			$valid =Validate::rule([
 			'id|岗位功能ID'=>'require|number',
 			'belong_action|系统功能集合'=>'require|array',
-			'belong_process|系统流程集合'=>'|array',
+			'belong_process|系统流程集合'=>'array',
 			'menu_id|菜单页面Id'=>'require|number',
 			'belong|系统归属'=>'number|in:0,1,2,3',
 			'action_name|岗位功能名称'=>'require|max:255',