bpm:完成流程实例的发起功能

This commit is contained in:
YunaiV
2023-01-23 23:11:25 +08:00
parent 2d6fe27b43
commit 6c6050a320
5 changed files with 105 additions and 92 deletions

View File

@@ -363,7 +363,7 @@ const handleFormDetail = async (row) => {
// 弹窗打开
formDetailVisible.value = true
} else {
router.push({
await router.push({
path: row.formCustomCreatePath
})
}