Prechádzať zdrojové kódy

Merge branch 'master' of https://github.com/yudaocode/yudao-ui-admin-vue3

YunaiV 7 mesiacov pred
rodič
commit
896e24dc1d

+ 1 - 0
src/views/bpm/processInstance/detail/ProcessInstanceOperationButton.vue

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