|
@@ -516,6 +516,9 @@ export default {
|
|
]
|
|
]
|
|
}
|
|
}
|
|
this.center = [this.formData.lnt, this.formData.lat]
|
|
this.center = [this.formData.lnt, this.formData.lat]
|
|
|
|
+ if (this.module === 'examine' && !this.formData.loginStatus) {
|
|
|
|
+ this.formData.loginStatus = 'OK'
|
|
|
|
+ }
|
|
await this.getCallbackPosition(0, this.formData.provinceId, 'province', 'id')
|
|
await this.getCallbackPosition(0, this.formData.provinceId, 'province', 'id')
|
|
await this.getCallbackPosition(this.formData.provinceId, this.formData.cityId, 'city', 'id')
|
|
await this.getCallbackPosition(this.formData.provinceId, this.formData.cityId, 'city', 'id')
|
|
await this.getCallbackPosition(this.formData.cityId, this.formData.areaId, 'area', 'id')
|
|
await this.getCallbackPosition(this.formData.cityId, this.formData.areaId, 'area', 'id')
|
|
@@ -533,9 +536,7 @@ export default {
|
|
this.formData.customerName = this.customerName
|
|
this.formData.customerName = this.customerName
|
|
}
|
|
}
|
|
}
|
|
}
|
|
- if (this.module === 'examine') {
|
|
|
|
- this.formData.loginStatus = 'OK'
|
|
|
|
- }
|
|
|
|
|
|
+
|
|
},
|
|
},
|
|
methods: {
|
|
methods: {
|
|
// 获取省市区街道
|
|
// 获取省市区街道
|