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); }) }