From e66b791241b23f7d3cb6f324606d33ccfb11239d Mon Sep 17 00:00:00 2001 From: buaixuexideshitongxue <2936013465@qq.com> Date: Thu, 8 Jan 2026 10:52:36 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B6=89=E8=AE=BF=E6=B6=89=E8=AF=89--=E6=9F=A5?= =?UTF-8?q?=E8=AF=A2=E5=B1=80=E9=95=BF=E4=BF=A1=E7=AE=B1=E7=9A=84=E5=8A=9E?= =?UTF-8?q?=E7=90=86=E7=8A=B6=E6=80=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/data/ComplaintCollection.vue | 41 ++++++++++++++------------ 1 file changed, 22 insertions(+), 19 deletions(-) diff --git a/src/views/data/ComplaintCollection.vue b/src/views/data/ComplaintCollection.vue index 1aa92b3..85c1def 100644 --- a/src/views/data/ComplaintCollection.vue +++ b/src/views/data/ComplaintCollection.vue @@ -109,18 +109,6 @@ - - - - - - - - + + + + + + + + + + @@ -315,14 +319,14 @@ - + @@ -423,7 +427,6 @@ const show = ref(false); // region 列表 - const query = ref({ size: 10, current: 1, @@ -813,7 +816,7 @@ const handleAction = async (row) => { try { // 先设置基础信息 negativeSfss.value.currentRow = JSON.parse(JSON.stringify(row)) - const res = await handlerData({ id: row.id }) + const res = await handlerData({id: row.id}) Object.assign(negativeSfss.value, res?.data ?? res) negativeVerifySfssDailog.value = true } catch (e) {