From 713dda4d2a0781c3cc2e5b718b4fc01b73bc696f Mon Sep 17 00:00:00 2001 From: wangwei <1610949092@qq.com> Date: Wed, 8 Feb 2023 22:39:14 +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/basic/product/udIInfoSelect.vue | 6 +++++- src/views/system/dept/authDept.vue | 2 +- src/views/system/param/busTypePreModify.vue | 2 +- src/views/thirdSys/product/thrProductsAdd.vue | 4 ++-- 4 files changed, 9 insertions(+), 5 deletions(-) diff --git a/src/views/basic/product/udIInfoSelect.vue b/src/views/basic/product/udIInfoSelect.vue index bd35ce5d..34b0c448 100644 --- a/src/views/basic/product/udIInfoSelect.vue +++ b/src/views/basic/product/udIInfoSelect.vue @@ -59,7 +59,7 @@ 显示/隐藏搜索栏 重置 - 查询 + 查询 选中导出 结果全部导出 选中上传 @@ -335,6 +335,10 @@ export default { }, hideSearch() { this.showSearch = !this.showSearch; + }, + Onsearch(){ + this.filterQuery.page=1; + this.getList(); }, getList() { this.loading = true; diff --git a/src/views/system/dept/authDept.vue b/src/views/system/dept/authDept.vue index 4064d7f4..943f114e 100644 --- a/src/views/system/dept/authDept.vue +++ b/src/views/system/dept/authDept.vue @@ -691,7 +691,7 @@ export default { filterSubAll(this.invQuery) .then((response) => { this.loading = false; - this.invlist = response.data.list || []; + this.invlist = response.data || []; this.invTotal = response.data.total; }) .catch(() => { diff --git a/src/views/system/param/busTypePreModify.vue b/src/views/system/param/busTypePreModify.vue index 22c29cc2..aa438c2e 100644 --- a/src/views/system/param/busTypePreModify.vue +++ b/src/views/system/param/busTypePreModify.vue @@ -54,7 +54,7 @@ - { - this.$message.error(error.message); + // this.$message.error(error.message); }) } else if (this.newType == 2) { addProduct(this.newProductData).then((res) => { @@ -221,7 +221,7 @@ export default { this.$message.error(res.message); } }).catch((error) => { - this.$message.error(error.message); + // this.$message.error(error.message); }) }