chenrui 10 ヶ月 前
コミット
341a424621

+ 4 - 4
src/views/reportData/tireFeeReport/monthQueryList.vue

@@ -326,8 +326,8 @@ export default {
     },
     // 区域分区  change
     subareaChange (val) {
-      this.queryParam.subareaArea.subareaSn = val[0] ? val[0] : undefined
-      this.queryParam.subareaArea.subareaAreaSn = val[1] ? val[1] : undefined
+      this.queryParam.subareaArea.subareaSn = val[0] ? val[0] : ''
+      this.queryParam.subareaArea.subareaAreaSn = val[1] ? val[1] : ''
     },
     //  重置
     resetSearchForm () {
@@ -343,8 +343,8 @@ export default {
       this.queryParam.parentDealerEntity.dealerName = undefined
       this.queryParam.customSn = undefined
       this.queryParam.parentDealerSn = undefined
-      this.queryParam.subareaArea.subareaSn = undefined
-      this.queryParam.subareaArea.subareaAreaSn = undefined
+      this.queryParam.subareaArea.subareaSn = ''
+      this.queryParam.subareaArea.subareaAreaSn = ''
       this.queryParam.dealerLevel = undefined
       this.queryParam.provinceFlag = undefined
       this.$refs.subarea.clearData()

+ 4 - 4
src/views/reportData/tireFeeReport/quarterQueryList.vue

@@ -274,8 +274,8 @@ export default {
     },
     // 区域分区  change
     subareaChange (val) {
-      this.queryParam.subareaArea.subareaSn = val[0] ? val[0] : undefined
-      this.queryParam.subareaArea.subareaAreaSn = val[1] ? val[1] : undefined
+      this.queryParam.subareaArea.subareaSn = val[0] ? val[0] : ''
+      this.queryParam.subareaArea.subareaAreaSn = val[1] ? val[1] : ''
     },
     //  重置
     resetSearchForm () {
@@ -288,8 +288,8 @@ export default {
       this.queryParam.dealerEntity.districtSn = undefined
       this.queryParam.dealerEntity.dealerName = undefined
       this.queryParam.customSn = undefined
-      this.queryParam.subareaArea.subareaSn = undefined
-      this.queryParam.subareaArea.subareaAreaSn = undefined
+      this.queryParam.subareaArea.subareaSn = ''
+      this.queryParam.subareaArea.subareaAreaSn = ''
       this.queryParam.dealerLevel = undefined
       this.queryParam.provinceFlag = '1'
       this.$refs.subarea.clearData()

+ 4 - 4
src/views/reportData/tireFeeReport/yearQueryList.vue

@@ -279,8 +279,8 @@ export default {
     },
     // 区域分区  change
     subareaChange (val) {
-      this.queryParam.subareaArea.subareaSn = val[0] ? val[0] : undefined
-      this.queryParam.subareaArea.subareaAreaSn = val[1] ? val[1] : undefined
+      this.queryParam.subareaArea.subareaSn = val[0] ? val[0] : ''
+      this.queryParam.subareaArea.subareaAreaSn = val[1] ? val[1] : ''
     },
     //  重置
     resetSearchForm () {
@@ -293,8 +293,8 @@ export default {
       this.queryParam.dealerEntity.districtSn = undefined
       this.queryParam.dealerEntity.dealerName = undefined
       this.queryParam.customSn = undefined
-      this.queryParam.subareaArea.subareaSn = undefined
-      this.queryParam.subareaArea.subareaAreaSn = undefined
+      this.queryParam.subareaArea.subareaSn = ''
+      this.queryParam.subareaArea.subareaAreaSn = ''
       this.queryParam.dealerLevel = undefined
       this.$refs.subarea.clearData()
       this.$refs.areaList.clearData()