|
@@ -134,7 +134,7 @@ export default {
|
|
|
data () {
|
|
|
return {
|
|
|
spinning: false,
|
|
|
- advanced: false, // 高级搜索 展开/关闭
|
|
|
+ advanced: true, // 高级搜索 展开/关闭
|
|
|
tableHeight: 0,
|
|
|
queryParam: { // 查询条件
|
|
|
saleBeginDate: '',
|
|
@@ -146,7 +146,7 @@ export default {
|
|
|
countySn: undefined, // 区
|
|
|
dealerFlag: undefined, // 是否卫星仓客户
|
|
|
customerTypeSn: undefined, // 客户类型
|
|
|
- enabledFlag: undefined, // 启用状态
|
|
|
+ enabledFlag: '1', // 启用状态
|
|
|
relationType: undefined
|
|
|
},
|
|
|
disabled: false, // 查询、重置按钮是否可操作
|
|
@@ -216,7 +216,7 @@ export default {
|
|
|
this.queryParam.dealerFlag = undefined
|
|
|
this.queryParam.customerTypeSn = undefined
|
|
|
this.queryParam.relationType = undefined
|
|
|
- this.queryParam.enabledFlag = undefined
|
|
|
+ this.queryParam.enabledFlag = '1'
|
|
|
this.addrCityList = []
|
|
|
this.addrDistrictList = []
|
|
|
if (this.advanced) {
|