From 808ca11c159ca8dd5fb28e46a610a760ebb3c8f2 Mon Sep 17 00:00:00 2001 From: zhangzq Date: Tue, 24 Feb 2026 15:30:59 +0800 Subject: [PATCH] =?UTF-8?q?add:=E8=AE=BE=E5=A4=87=E5=9F=BA=E7=A1=80?= =?UTF-8?q?=E4=BF=A1=E6=81=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- nl-vue/src/views/nl_base_data/device/index.vue | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/nl-vue/src/views/nl_base_data/device/index.vue b/nl-vue/src/views/nl_base_data/device/index.vue index a6f3332..c0c167a 100644 --- a/nl-vue/src/views/nl_base_data/device/index.vue +++ b/nl-vue/src/views/nl_base_data/device/index.vue @@ -180,15 +180,7 @@ } }) } - // 转换为表格需要的格式(s-table 需要 rows 字段) - const result = { - rows: res.records || [], - total: res.total || 0, - size: res.size || 10, - current: res.current || 1 - } - console.log('转换后的数据:', result) - return result + return res }) }