This commit is contained in:
2024-04-03 15:12:45 +08:00
parent 11f80d559d
commit 2a533f04a8
3 changed files with 3 additions and 4 deletions

View File

@@ -87,7 +87,6 @@
this.areaArr.map(el => {
this.$set(el, 'checked', false)
this.$set(el, 'pointArr', [])
this.$set(el, 'region_code', '1')
})
if (this.areaArr.length > 0) {
this.getPonit(this.areaArr[0])