This commit is contained in:
yanran200730
2022-10-26 10:09:24 +08:00
parent 6e5657e446
commit bdf6459fd6
3 changed files with 10 additions and 2 deletions

View File

@@ -32,6 +32,12 @@
Add
},
mounted () {
if (this.$route.query.isAdd === '1') {
this.component = 'Add'
}
},
methods: {
onChange (data) {
if (data.type === 'Add') {