From aa075c2cb8790b0b8adc3ed570cc7453d1b8e63d Mon Sep 17 00:00:00 2001 From: wangwei <1610949092@qq.com> Date: Mon, 9 Jan 2023 16:07:19 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9bug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/inventory/invPreProducts.vue | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/views/inventory/invPreProducts.vue b/src/views/inventory/invPreProducts.vue index f687332..3cf6a98 100644 --- a/src/views/inventory/invPreProducts.vue +++ b/src/views/inventory/invPreProducts.vue @@ -7,7 +7,7 @@ - + @@ -193,6 +193,7 @@ export default { busTypes: [], idQuery: null, showSup: false, + }; }, components: { @@ -330,7 +331,7 @@ export default { getBussinessType(query) .then((response) => { this.busTypes = response.data.list || []; - this.filterQuery.billAction = this.busTypes[0].action; + // this.filterQuery.billAction = this.busTypes[0].action; // this.getList(); }) .catch(() => {