From 3c9239ba4e33a626ad9932d7cd7bd3247972e68f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=9B=B7=E6=A0=A1=E4=BA=91?= <14135925+chenxilxy@user.noreply.gitee.com> Date: Mon, 2 Mar 2026 00:24:15 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E4=BB=BB=E5=8A=A1=E5=88=97?= =?UTF-8?q?=E8=A1=A8=E6=95=B0=E6=8D=AE=E5=B1=95=E7=A4=BA=E5=BC=82=E5=B8=B8?= =?UTF-8?q?=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../components/ViewTheTaskListDetails.vue | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/views/BoosAccountManagement/components/ViewTheTaskListDetails.vue b/src/views/BoosAccountManagement/components/ViewTheTaskListDetails.vue index 063ccb0..7224b08 100644 --- a/src/views/BoosAccountManagement/components/ViewTheTaskListDetails.vue +++ b/src/views/BoosAccountManagement/components/ViewTheTaskListDetails.vue @@ -74,7 +74,8 @@ const queryParams = reactive({ // 获取数据 function fetchData() { ApiTasks(props.bossId, queryParams.pageNum, queryParams.pageSize).then((res: any) => { - roleList.value = res.data + roleList.value = res.data.results + total.value = res.data.total }) } defineExpose({