Ver Fonte

bug修复

chenrui há 3 anos atrás
pai
commit
1d6c7160ee
1 ficheiros alterados com 2 adições e 2 exclusões
  1. 2 2
      src/views/purchasingManagement/signWarehousing/list.vue

+ 2 - 2
src/views/purchasingManagement/signWarehousing/list.vue

@@ -103,7 +103,7 @@ export default {
         endDate: getDate.getCurrMonthDays().endtime + ' 23:59:59',
         purchaseBillNo: '', //  采购单号
         sendBillNo: '', //  备货单号
-        auditState: 'WAIT_PUT_WAREHOUSE_AUDIT'
+        auditState: undefined
       },
       disabled: false, //  查询、重置按钮是否可操作
       tableHeight: 0,
@@ -148,7 +148,7 @@ export default {
       this.queryParam.endDate = getDate.getCurrMonthDays().endtime + ' 23:59:59'
       this.queryParam.purchaseBillNo = ''
       this.queryParam.sendBillNo = ''
-      this.queryParam.auditState = 'WAIT_PUT_WAREHOUSE_AUDIT'
+      this.queryParam.auditState = undefined
       this.$refs.table.refresh(true)
     },
     //  详情