Browse Source

修改bug

chenrui 1 năm trước cách đây
mục cha
commit
0d9fc418df
1 tập tin đã thay đổi với 3 bổ sung3 xóa
  1. 3 3
      src/views/salesManagement/salesOrderWarehouse/list.vue

+ 3 - 3
src/views/salesManagement/salesOrderWarehouse/list.vue

@@ -194,10 +194,10 @@ export default {
       this.$refs.rangeDate.resetDate(this.time)
       this.queryParam.beginDate = getDate.getThreeMonthDays().starttime
       this.queryParam.endDate = getDate.getCurrMonthDays().endtime
-      this.queryParam.demanderName = ''
-      this.queryParam.state = undefined
+      this.queryParam.buyerSn = ''
+      this.queryParam.billStatus = undefined
+      this.queryParam.salesBillNo = ''
       this.queryParam.shippingAddrProvinceSn = undefined
-      this.queryParam.sendFlag = undefined
       this.queryParam.warehouseSn = undefined
       this.$refs.table.refresh(true)
     },