配置引导页完成

This commit is contained in:
aixianling
2022-07-11 17:00:58 +08:00
parent 86451a245f
commit 44bd3c95c3
5 changed files with 59 additions and 150 deletions

View File

@@ -18,8 +18,10 @@ export default {
},
methods: {
handleOper(event) {
this.edit = !this.edit
this.$emit(event)
if (event != "submit") {
this.edit = !this.edit
this.$emit(event)
} else this.$emit(event, () => this.edit = !this.edit)
}
}
}