fix: 动态中点击重置按钮后流程的字体颜色和背景颜色并未正确显示
This commit is contained in:
parent
6115eea401
commit
778f6367f9
@ -1468,6 +1468,7 @@ class ProjectController extends AbstractController
|
||||
$task->updateTask($data, $updateMarking);
|
||||
//
|
||||
$data = ProjectTask::oneTask($task->id)->toArray();
|
||||
$data["flow_item_name"] = $newFlowItem->status . "|" . $newFlowItem->name;
|
||||
$data['update_marking'] = $updateMarking ?: json_decode('{}');
|
||||
$task->pushMsg('update', $data);
|
||||
//
|
||||
|
Loading…
x
Reference in New Issue
Block a user