Merge branch 'master' of https://github.com/yudaocode/yudao-ui-admin-vue3
commit
896e24dc1d
|
|
@ -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()
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue