气泡如果是已弹出状态,则不重复执行后续操作

This commit is contained in:
sen 2025-06-19 10:52:58 +08:00 committed by GitHub
parent f8d99c593d
commit 21c5f168f1
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()