mirror of
https://gitee.com/myxzgzs/boyue-ui-admin-vue3
synced 2025-08-08 16:32:43 +08:00
Merge pull request #156 from PracticeThink/master
fix:修复bpm中办理任务,重复点击通过,会重复生成多个审批节点的问题
This commit is contained in:
commit
1b01a70f74
@ -685,6 +685,7 @@ watch(
|
||||
|
||||
/** 弹出气泡卡 */
|
||||
const openPopover = async (type: string) => {
|
||||
if (popOverVisible.value[type] === true) return
|
||||
if (type === 'approve') {
|
||||
// 校验流程表单
|
||||
const valid = await validateNormalForm()
|
||||
|
Loading…
x
Reference in New Issue
Block a user