This commit is contained in:
YunaiV
2025-07-09 13:11:39 +08:00

View File

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