|
@@ -105,10 +105,8 @@ export default {
|
|
|
queryParam: { // 查询条件
|
|
|
beginDate: getDate.getThreeMonthDays().starttime,
|
|
|
endDate: getDate.getCurrMonthDays().endtime,
|
|
|
- subareaArea: {
|
|
|
- subareaSn: undefined,
|
|
|
- subareaAreaSn: undefined
|
|
|
- },
|
|
|
+ subareaSn: undefined,
|
|
|
+ subareaAreaSn: undefined,
|
|
|
bizUserSn: undefined
|
|
|
},
|
|
|
disabled: false, // 查询、重置按钮是否可操作
|
|
@@ -170,8 +168,8 @@ export default {
|
|
|
this.queryParam.endDate = date[1] || ''
|
|
|
},
|
|
|
subareaChange (val) {
|
|
|
- this.queryParam.subareaArea.subareaSn = val[0] ? val[0] : undefined
|
|
|
- this.queryParam.subareaArea.subareaAreaSn = val[1] ? val[1] : undefined
|
|
|
+ this.queryParam.subareaSn = val[0] ? val[0] : undefined
|
|
|
+ this.queryParam.subareaAreaSn = val[1] ? val[1] : undefined
|
|
|
},
|
|
|
// 重置
|
|
|
resetSearchForm () {
|
|
@@ -182,8 +180,8 @@ export default {
|
|
|
this.$refs.rangeDate.resetDate(this.time)
|
|
|
this.queryParam.beginDate = getDate.getThreeMonthDays().starttime
|
|
|
this.queryParam.endDate = getDate.getCurrMonthDays().endtime
|
|
|
- this.queryParam.subareaArea.subareaSn = undefined
|
|
|
- this.queryParam.subareaArea.subareaAreaSn = undefined
|
|
|
+ this.queryParam.subareaSn = undefined
|
|
|
+ this.queryParam.subareaAreaSn = undefined
|
|
|
this.queryParam.bizUserSn = undefined
|
|
|
this.totalData = null
|
|
|
this.$refs.subarea.clearData()
|