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

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()