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;