Commit 766f9089 authored by youjie's avatar youjie
parents 9b1b4e59 de18611e
......@@ -488,7 +488,9 @@ import uploadImg from '../../pubComponents/uploadImg'
}
},
addArea() {
console.log(this.areaInfo)
if(this.areaInfo) {
this.addMsg.DestinationList = this.addMsg.DestinationList?this.addMsg.DestinationList:[]
this.addMsg.DestinationList.push(this.areaInfo)
}
this.areaVisible = false
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment