Skip to content

Commit 21c5f16

Browse files
气泡如果是已弹出状态,则不重复执行后续操作
1 parent f8d99c5 commit 21c5f16

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)