From 9116a54b466e0f5eea4b0928ce1c325fea7e05c6 Mon Sep 17 00:00:00 2001 From: yuejiayang <146344614+YangLei105@users.noreply.github.com> Date: Tue, 15 Oct 2024 02:29:50 +0800 Subject: [PATCH] =?UTF-8?q?2024.10.15=20=E6=96=87=E6=A1=A3=E6=94=B6?= =?UTF-8?q?=E9=9B=86=E7=B3=BB=E7=BB=9F=20-=20=E6=96=87=E6=A1=A3=E7=89=88?= =?UTF-8?q?=E6=9C=ACV20240929?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/modules/eam/eamProjectInfo.vue | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/src/views/modules/eam/eamProjectInfo.vue b/src/views/modules/eam/eamProjectInfo.vue index dbff4cd..9a71eed 100644 --- a/src/views/modules/eam/eamProjectInfo.vue +++ b/src/views/modules/eam/eamProjectInfo.vue @@ -894,6 +894,7 @@ import {searchBusinessInfo7} from "../../../api/factory/site"; tagNo:'', fileName:'', folder: 'projectConfirm', + selectTypeFlag: [], searchData: { site: this.$store.state.user.site, userName: this.$store.state.user.name, @@ -2669,6 +2670,7 @@ import {searchBusinessInfo7} from "../../../api/factory/site"; // 获取数据列表 getDataList (params) { + this.selectTypeFlag = params this.searchData.limit = this.pageSize this.searchData.page = this.pageIndex if (params !== null && params !== undefined) { @@ -2801,12 +2803,12 @@ import {searchBusinessInfo7} from "../../../api/factory/site"; sizeChangeHandle (val) { this.pageSize = val this.pageIndex = 1 - this.getDataList() + this.getDataList(this.selectTypeFlag) }, // 当前页 currentChangeHandle (val) { this.pageIndex = val - this.getDataList() + this.getDataList(this.selectTypeFlag) }, addModal () {