Merge pull request #156 from PracticeThink/master

fix:修复bpm中办理任务,重复点击通过,会重复生成多个审批节点的问题
This commit is contained in:
芋道源码 2025-06-22 15:04:52 +08:00 committed by GitHub
commit 1b01a70f74
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -685,6 +685,7 @@ watch(
/** 弹出气泡卡 */ /** 弹出气泡卡 */
const openPopover = async (type: string) => { const openPopover = async (type: string) => {
if (popOverVisible.value[type] === true) return
if (type === 'approve') { if (type === 'approve') {
// //
const valid = await validateNormalForm() const valid = await validateNormalForm()