Commit 3e224393 authored by 罗超's avatar 罗超

地区管理优化

parent 951dd423
...@@ -272,7 +272,7 @@ import uploadImg from '../../pubComponents/uploadImg' ...@@ -272,7 +272,7 @@ import uploadImg from '../../pubComponents/uploadImg'
this.showAddArea = false this.showAddArea = false
this.addMsg.DestinationList = [] this.addMsg.DestinationList = []
} else if(level === 2) { } else if(level === 2) {
if(this.addMsg.DestinationList.length > 1) { if(this.addMsg.DestinationList.length >= 1) {
this.addMsg.DestinationList.length = 1 this.addMsg.DestinationList.length = 1
this.showAddArea = false this.showAddArea = false
} else { } else {
......
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