取消覆盖

This commit is contained in:
zyx.net
2023-08-29 14:19:59 +08:00
parent 7833346c68
commit 2307ae598d
@@ -261,7 +261,7 @@ export default {
}) })
}, },
onCancel() { onCancel() {
this.visible = false _this.visible = false
_this.$emit('transferListFormHomo') _this.$emit('transferListFormHomo')
} }
}) })