bug
This commit is contained in:
@@ -188,11 +188,11 @@ export default {
|
|||||||
})
|
})
|
||||||
|
|
||||||
if (this.selected.type == 5) {
|
if (this.selected.type == 5) {
|
||||||
fullName = fullName + this.selected.name
|
fullName = fullName + (this.selected.name || this.areaName)
|
||||||
}
|
}
|
||||||
this.areaName = this.selected.name
|
this.areaName = this.selected.name || this.areaName
|
||||||
this.$emit('update:fullName', fullName)
|
this.$emit('update:fullName', fullName)
|
||||||
this.$emit('update:name', this.selected.name)
|
this.$emit('update:name', (this.selected.name || this.areaName))
|
||||||
this.closePopup()
|
this.closePopup()
|
||||||
},
|
},
|
||||||
getChild(op) {
|
getChild(op) {
|
||||||
|
|||||||
Reference in New Issue
Block a user