bug
This commit is contained in:
@@ -32,6 +32,12 @@
|
||||
Add
|
||||
},
|
||||
|
||||
mounted () {
|
||||
if (this.$route.query.isAdd === '1') {
|
||||
this.component = 'Add'
|
||||
}
|
||||
},
|
||||
|
||||
methods: {
|
||||
onChange (data) {
|
||||
if (data.type === 'Add') {
|
||||
|
||||
Reference in New Issue
Block a user