lilei 2 年之前
父節點
當前提交
47f4792ef2
共有 1 個文件被更改,包括 1 次插入1 次删除
  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)
       }