lilei 2 vuotta sitten
vanhempi
commit
47f4792ef2
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  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)
       }