Skip to content

Commit 1b01a70

Browse files
authored
Merge pull request #156 from PracticeThink/master
fix:修复bpm中办理任务,重复点击通过,会重复生成多个审批节点的问题
2 parents f8d99c5 + 21c5f16 commit 1b01a70

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)