|
@@ -126,7 +126,7 @@
|
|
|
<script>
|
|
|
import { commonMixin } from '@/utils/mixin'
|
|
|
// 组件
|
|
|
-import { STable } from '@/components'
|
|
|
+import { STable, VSelect } from '@/components'
|
|
|
import subarea from '@/views/common/subarea.js'
|
|
|
import AreaList from '@/views/common/areaList.js'
|
|
|
import { hdExportExcel } from '@/libs/exportExcel'
|
|
@@ -136,7 +136,7 @@ import { dealerExport } from '@/api/promoTerminal'
|
|
|
import { queryAuditPageList, dealerMidwayUpdate } from '@/api/promotion'
|
|
|
export default {
|
|
|
name: 'LookUpCustomersModal',
|
|
|
- components: { STable, subarea, AreaList, chooseDealer },
|
|
|
+ components: { STable, VSelect, subarea, AreaList, chooseDealer },
|
|
|
mixins: [commonMixin],
|
|
|
props: {
|
|
|
openModal: { // 弹框显示状态
|