lilei 2 years ago
parent
commit
47f4792ef2
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/views/dataExport/exportCheck/list.vue

+ 1 - 1
src/views/dataExport/exportCheck/list.vue

@@ -119,7 +119,7 @@ export default {
       const defWareHouse = this.$store.state.app.defWarehouse
       this.queryParam.checkWarehouseSn = undefined
       this.queryParam.warehouseSn = this.isShowWarehouse ? undefined : (defWareHouse?defWareHouse.warehouseSn:undefined)
-      // console.log(this.queryParam.warehouseSn)
+
       if(!this.isShowWarehouse){
         this.getList(true)
       }