bug
This commit is contained in:
		| @@ -188,11 +188,11 @@ export default { | ||||
|       }) | ||||
|  | ||||
|       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:name', this.selected.name) | ||||
|       this.$emit('update:name', (this.selected.name || this.areaName)) | ||||
|       this.closePopup() | ||||
|     }, | ||||
|     getChild(op) { | ||||
|   | ||||
		Reference in New Issue
	
	Block a user