[任务]: 工作流分类与流程设计新增联动
This commit is contained in:
parent
7321b4c4ca
commit
bbc656a26c
@ -466,6 +466,8 @@ const reset = () => {
|
||||
*/
|
||||
const handleAdd = async () => {
|
||||
reset();
|
||||
if (queryParams.value.category != '')
|
||||
form.value.category = `${queryParams.value.category}`
|
||||
modelDialog.visible = true;
|
||||
modelDialog.title = '新增流程';
|
||||
};
|
||||
|
Loading…
x
Reference in New Issue
Block a user