lilei hace 2 años
padre
commit
47f4792ef2
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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)
       }