diff --git a/src/views/asrs/goodSpecification/index.vue b/src/views/asrs/goodSpecification/index.vue index 7d464d3..85a3e15 100644 --- a/src/views/asrs/goodSpecification/index.vue +++ b/src/views/asrs/goodSpecification/index.vue @@ -136,7 +136,9 @@ export default { components: { AddOrUpdate, }, - created() {}, + created() { + this.listQuery.warehouseId = null; + }, methods: { buttonClick(val) { switch (val.btnName) { diff --git a/src/views/asrs/goodSpecification/indexb.vue b/src/views/asrs/goodSpecification/indexb.vue index a84da43..bfa7ac4 100644 --- a/src/views/asrs/goodSpecification/indexb.vue +++ b/src/views/asrs/goodSpecification/indexb.vue @@ -138,7 +138,7 @@ export default { AddOrUpdate, }, created() { - this.listQuery.warehouseId = this.bId; + this.listQuery.warehouseId = null; }, methods: { buttonClick(val) { diff --git a/src/views/asrs/product-mini.vue b/src/views/asrs/product-mini.vue index d029bb2..534ff42 100644 --- a/src/views/asrs/product-mini.vue +++ b/src/views/asrs/product-mini.vue @@ -2,7 +2,7 @@ * @Author: zwq * @Date: 2023-08-24 14:47:58 * @LastEditors: zwq - * @LastEditTime: 2024-02-22 16:48:44 + * @LastEditTime: 2024-04-19 14:30:04 * @Description: -->