|
@@ -1,5 +1,5 @@
|
|
import { getCommercialEngineeringDetail, getPositionProject } from '@/api/frock'
|
|
import { getCommercialEngineeringDetail, getPositionProject } from '@/api/frock'
|
|
-import { getDictList, getSalesmanList } from '@/api/common'
|
|
|
|
|
|
+import { getDictList, getSalesmanListService } from '@/api/common'
|
|
import { getDealerListV2 } from '@/api/basic_data/dealer'
|
|
import { getDealerListV2 } from '@/api/basic_data/dealer'
|
|
import { getFirstPartyCustomerManagementList } from '@/api/basic_data/partya'
|
|
import { getFirstPartyCustomerManagementList } from '@/api/basic_data/partya'
|
|
import { mapGetters } from 'vuex'
|
|
import { mapGetters } from 'vuex'
|
|
@@ -132,7 +132,7 @@ export default {
|
|
}
|
|
}
|
|
this.getDictList()
|
|
this.getDictList()
|
|
this.getDealerListV2()
|
|
this.getDealerListV2()
|
|
- this.getSalesmanList()
|
|
|
|
|
|
+ this.getSalesmanListService()
|
|
this.getFirstPartyCustomerManagementList()
|
|
this.getFirstPartyCustomerManagementList()
|
|
if (this.detailId) {
|
|
if (this.detailId) {
|
|
this.getCommercialEngineeringDetail()
|
|
this.getCommercialEngineeringDetail()
|
|
@@ -150,8 +150,8 @@ export default {
|
|
})
|
|
})
|
|
})
|
|
})
|
|
},
|
|
},
|
|
- getSalesmanList() {
|
|
|
|
- getSalesmanList({
|
|
|
|
|
|
+ getSalesmanListService() {
|
|
|
|
+ getSalesmanListService({
|
|
pageNum: 1,
|
|
pageNum: 1,
|
|
pageSize: -1,
|
|
pageSize: -1,
|
|
isCustomer: 0,
|
|
isCustomer: 0,
|