|
@@ -585,7 +585,7 @@ import GeographicalPosi from './geographicalPosi.vue'
|
|
|
import FileUpload from '@/components/Common/file-upload.vue'
|
|
|
import { mapGetters } from 'vuex'
|
|
|
import { getPositionProject, getHistory } from '@/api/frock'
|
|
|
-import { getDealerListV2 } from '@/api/basic_data/dealer'
|
|
|
+import { getDealerListV3 } from '@/api/basic_data/dealer'
|
|
|
|
|
|
export default {
|
|
|
components: {
|
|
@@ -718,7 +718,7 @@ export default {
|
|
|
await this.getCallbackPosition(this.formData.areaId, this.formData.streetId, 'street', 'lbsId')
|
|
|
}
|
|
|
if (this.module !== 'add' && this.isTradeExaminer && this.formData.customerId && this.formData.customerName) {
|
|
|
- this.getDealerListV2(this.formData.customerName)
|
|
|
+ this.getDealerListV3(this.formData.customerName)
|
|
|
}
|
|
|
}
|
|
|
}
|
|
@@ -1036,10 +1036,10 @@ export default {
|
|
|
},
|
|
|
remoteMethod(e){
|
|
|
this.loading = false
|
|
|
- this.getDealerListV2(e)
|
|
|
+ this.getDealerListV3(e)
|
|
|
},
|
|
|
- getDealerListV2(e){
|
|
|
- getDealerListV2({
|
|
|
+ getDealerListV3(e){
|
|
|
+ getDealerListV3({
|
|
|
pageNum: 1,
|
|
|
pageSize: 100,
|
|
|
params:[
|