Skip to content

Commit 896e24d

Browse files
committed
2 parents e75ddc4 + 1b01a70 commit 896e24d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/views/bpm/processInstance/detail/ProcessInstanceOperationButton.vue

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -685,6 +685,7 @@ watch(
685685
686686
/** 弹出气泡卡 */
687687
const openPopover = async (type: string) => {
688+
if (popOverVisible.value[type] === true) return
688689
if (type === 'approve') {
689690
// 校验流程表单
690691
const valid = await validateNormalForm()

0 commit comments

Comments
 (0)