From 0f6b22f388982af27ebc278fbcf846b93e714287 Mon Sep 17 00:00:00 2001 From: sunhonglai Date: Wed, 14 May 2025 16:07:12 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E6=9B=B4=E6=8D=A2=E5=B0=8F?= =?UTF-8?q?=E7=BB=84=E6=9F=A5=E8=AF=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/projectcenter/TaskPage.vue | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/src/views/projectcenter/TaskPage.vue b/src/views/projectcenter/TaskPage.vue index e8cd9c2a..64910606 100644 --- a/src/views/projectcenter/TaskPage.vue +++ b/src/views/projectcenter/TaskPage.vue @@ -4312,7 +4312,18 @@ export default { getGroupList(objf).then((res) => { state.groupPageList = res.data.data.rows; state.groupTotal = res.data.data.total; - setGroupList(res.data.data.rows); + + let objf2 = obj || { + name: "", + pageNo: 1, + pageSize: 1000, + projectId: state.projectId, + }; + getGroupList(objf2).then((res2) => { + // state.groupPageList = res.data.data.rows; + // state.groupTotal = res.data.data.total; + setGroupList(res2.data.data.rows); + }); }); }; //分页