气泡如果是已弹出状态,则不重复执行后续操作
parent
f8d99c593d
commit
21c5f168f1
|
|
@ -685,6 +685,7 @@ watch(
|
|||
|
||||
/** 弹出气泡卡 */
|
||||
const openPopover = async (type: string) => {
|
||||
if (popOverVisible.value[type] === true) return
|
||||
if (type === 'approve') {
|
||||
// 校验流程表单
|
||||
const valid = await validateNormalForm()
|
||||
|
|
|
|||
Loading…
Reference in New Issue