|
@@ -58,7 +58,7 @@
|
|
|
import debounce from 'lodash/debounce'
|
|
|
import { VSelect } from '@/components'
|
|
|
import { allocateBillSave } from '@/api/allocateBill'
|
|
|
-import { dealerQueryList } from '@/api/dealer'
|
|
|
+import { dealerSubareaScopeList } from '@/api/dealer'
|
|
|
import { getLookUpData } from '@/api/data'
|
|
|
import { allocateTypeAllList } from '@/api/allocateType'
|
|
|
export default {
|
|
@@ -109,7 +109,7 @@ export default {
|
|
|
fetchUser (value) {
|
|
|
console.log('fetching user', value)
|
|
|
this.fetching = true
|
|
|
- dealerQueryList({ nameLike: value, pageNo: 1, pageSize: 20 }).then(res => {
|
|
|
+ dealerSubareaScopeList({ nameLike: value, pageNo: 1, pageSize: 20 }).then(res => {
|
|
|
if (res.status == 200) {
|
|
|
this.dealerData = res.data.list
|
|
|
this.fetching = false
|