From b72fa3c524e602ace94767abae7a240544d1ad0b Mon Sep 17 00:00:00 2001 From: wangwei <1610949092@qq.com> Date: Wed, 29 Mar 2023 16:36:10 +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/remind/addInvRemindSetDialog.vue | 6 ++++-- src/views/remind/invRemindSet.vue | 1 + 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/src/views/remind/addInvRemindSetDialog.vue b/src/views/remind/addInvRemindSetDialog.vue index fc46f6e..7fac955 100644 --- a/src/views/remind/addInvRemindSetDialog.vue +++ b/src/views/remind/addInvRemindSetDialog.vue @@ -60,7 +60,7 @@ - @@ -77,7 +77,7 @@ - @@ -280,6 +280,8 @@ export default { this.productTotal = 0; }, getInvProductList() { + debugger + console.log(this.productQuery.invCode+"---------"); getInvProduct(this.productQuery).then((res) => { if (res.code === 20000) { this.productList = res.data.list || []; diff --git a/src/views/remind/invRemindSet.vue b/src/views/remind/invRemindSet.vue index 0600f9a..01b5397 100644 --- a/src/views/remind/invRemindSet.vue +++ b/src/views/remind/invRemindSet.vue @@ -245,6 +245,7 @@ export default { limit: 20, }; this.getList(); + this.queryName=null; }, search() { this.filterQuery.page = 1;