Merge remote-tracking branch 'origin/build' into build

This commit is contained in:
aixianling
2023-03-01 10:14:54 +08:00
7 changed files with 260 additions and 165 deletions

View File

@@ -47,7 +47,8 @@ export default {
},
methods: {
onCancel() {
this.dialog = false
this.$emit('update:visible', false)
this.$emit('onCancel')
this.$emit('cancel')
},
onConfirm() {