diff --git a/klp-ui/src/views/wms/report/template/out.vue b/klp-ui/src/views/wms/report/template/out.vue index b38e61bd..a90f18c0 100644 --- a/klp-ui/src/views/wms/report/template/out.vue +++ b/klp-ui/src/views/wms/report/template/out.vue @@ -165,17 +165,16 @@ export default { outputColumns: [], } }, - watch: { - warehouseOptions: { - handler(newVal, oldVal) { - if (newVal !== oldVal) { - this.warehouseIds = newVal.map(item => item.value) - this.handleQuery() - } - }, - immediate: true, - } - }, + // watch: { + // warehouseOptions: { + // handler(newVal, oldVal) { + // if (newVal !== oldVal) { + // this.warehouseIds = newVal.map(item => item.value) + // this.handleQuery() + // } + // }, + // } + // }, computed: { summary() { // 总钢卷数量、总重、均重