|
@@ -91,11 +91,9 @@
|
|
|
import { commonMixin } from '@/utils/mixin'
|
|
|
import { STable, VSelect } from '@/components'
|
|
|
import rangeDate from '@/views/common/rangeDate.vue'
|
|
|
-import { getArea } from '@/api/data'
|
|
|
import AreaList from '@/views/common/areaList.js'
|
|
|
import custType from '@/views/common/custType.js'
|
|
|
import ProductType from '../../common/productType.js'
|
|
|
-import { dealerProductTypeList } from '@/api/dealerProductType'
|
|
|
import { reportBigCustomerLinkageList, reportBigCustomerLinkageCount, linkageGroupList } from '@/api/reportData'
|
|
|
export default {
|
|
|
components: { STable, VSelect, rangeDate, custType, AreaList, ProductType },
|