协同宣发

This commit is contained in:
yanran200730
2023-03-01 10:04:58 +08:00
parent 04c47c0387
commit e709e1e74f
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() {