lilei před 2 roky
rodič
revize
47f4792ef2
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  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)
       }