wugg 9 months ago
parent
commit
f478705c9d
1 changed files with 1 additions and 1 deletions
  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',