Selaa lähdekoodia

重置bug修复

lilei 4 vuotta sitten
vanhempi
commit
2f6a58574b
1 muutettua tiedostoa jossa 3 lisäystä ja 1 poistoa
  1. 3 1
      src/views/releaseRecord/releaseRecordList.vue

+ 3 - 1
src/views/releaseRecord/releaseRecordList.vue

@@ -180,6 +180,7 @@ export default {
         stationNo: undefined, // 网点名称
         deviceType: '', // 设备类型
         deliveryWay: '', // 投放方式
+        rubbishType: '',
         goldNumStart: null, // 兑换最小值
         goldNumEnd: null, // 兑换最大值
         rubbishWeightStart: null, // 投放重量最小值
@@ -385,7 +386,8 @@ export default {
       this.queryParam.rubbishWeightStart = ''// 投放重量最小值
       this.queryParam.rubbishWeightEnd = '' // 投放重量最大值
       this.queryParam.deliveryWay = '' // 投放方式
-	  this.queryParam.weightTagList = []
+      this.queryParam.rubbishType = ''
+	    this.queryParam.weightTagList = []
       this.$refs.table.refresh(true)
     }
   }