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) {