修复无法编辑任务流的问题
Signed-off-by: vilson <545522390@qq.com>
This commit is contained in:
parent
e57a93dcbf
commit
8c468aa613
@ -86,7 +86,6 @@ class TaskWorkflow extends BasicApi
|
|||||||
$taskWorkflowCode = Request::param('taskWorkflowCode');
|
$taskWorkflowCode = Request::param('taskWorkflowCode');
|
||||||
$taskWorkflowName = Request::param('taskWorkflowName');
|
$taskWorkflowName = Request::param('taskWorkflowName');
|
||||||
$taskWorkflowRules = Request::param('taskWorkflowRules', '');
|
$taskWorkflowRules = Request::param('taskWorkflowRules', '');
|
||||||
$this->success('');
|
|
||||||
|
|
||||||
if (!trim($taskWorkflowName)) {
|
if (!trim($taskWorkflowName)) {
|
||||||
$this->error("请填写规则名称");
|
$this->error("请填写规则名称");
|
||||||
|
Loading…
x
Reference in New Issue
Block a user