[任务]: 工作流分类与流程设计新增联动

This commit is contained in:
Myles 2025-04-10 11:33:12 +08:00
parent 7321b4c4ca
commit bbc656a26c

View File

@ -466,6 +466,8 @@ const reset = () => {
*/ */
const handleAdd = async () => { const handleAdd = async () => {
reset(); reset();
if (queryParams.value.category != '')
form.value.category = `${queryParams.value.category}`
modelDialog.visible = true; modelDialog.visible = true;
modelDialog.title = '新增流程'; modelDialog.title = '新增流程';
}; };