From b4530f1360594f88a9d13670766566625a8fafeb Mon Sep 17 00:00:00 2001 From: ChenYi <296215406@outlook.com> Date: Fri, 1 Aug 2025 15:40:26 +0800 Subject: [PATCH] =?UTF-8?q?=E8=AE=BE=E5=A4=87=E6=95=B0=E6=8D=AE=E6=9F=A5?= =?UTF-8?q?=E7=9C=8B=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../ctwingmanagement/privateProduct/index.vue | 40 +++++------ .../devicemanagement/deviceinfo/index.vue | 11 ++-- .../iotdbdatamanagement/ctwingLog/schema.ts | 2 +- .../iotdbdatamanagement/deviceData/index.vue | 66 +++++++++++++++---- 4 files changed, 80 insertions(+), 39 deletions(-) diff --git a/apps/web-antd/src/views/ctwingmanagement/privateProduct/index.vue b/apps/web-antd/src/views/ctwingmanagement/privateProduct/index.vue index a3e3f05..236cfef 100644 --- a/apps/web-antd/src/views/ctwingmanagement/privateProduct/index.vue +++ b/apps/web-antd/src/views/ctwingmanagement/privateProduct/index.vue @@ -197,12 +197,12 @@ async function submit() { const fetchParams: any = isEdit ? { - id: editRow.value.id, - ...formValues, - } + id: editRow.value.id, + ...formValues, + } : { - ...formValues, - }; + ...formValues, + }; try { const resp = await api({ body: fetchParams }); @@ -311,20 +311,20 @@ async function onStatusChange(record: any) { @@ -338,13 +338,13 @@ async function onStatusChange(record: any) {