修复无法编辑任务流的问题

Signed-off-by: vilson <545522390@qq.com>
This commit is contained in:
vilson 2019-07-08 22:20:59 +08:00
parent e57a93dcbf
commit 8c468aa613

View File

@ -86,7 +86,6 @@ class TaskWorkflow extends BasicApi
$taskWorkflowCode = Request::param('taskWorkflowCode');
$taskWorkflowName = Request::param('taskWorkflowName');
$taskWorkflowRules = Request::param('taskWorkflowRules', '');
$this->success('');
if (!trim($taskWorkflowName)) {
$this->error("请填写规则名称");