From 7b7de9145009e116da0469bbc1b75adb435aec06 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=AB=98=E4=BA=91=E9=B9=8F?= Date: Mon, 12 Aug 2024 17:08:31 +0800 Subject: [PATCH] =?UTF-8?q?=E9=80=9A=E8=AE=AF=E9=93=BE=E8=B7=AF=EF=BC=9A?= =?UTF-8?q?=E7=BB=91=E5=AE=9A=E8=AE=BE=E5=A4=87=E5=90=8E=E5=88=B7=E6=96=B0?= =?UTF-8?q?=E8=A1=A8=E6=A0=BC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ui/dasadmin/src/views/backend/node/protocol.vue | 4 ++-- ui/dasadmin/src/views/backend/node/univer.vue | 1 + 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/ui/dasadmin/src/views/backend/node/protocol.vue b/ui/dasadmin/src/views/backend/node/protocol.vue index 61f69cb9..f221353c 100644 --- a/ui/dasadmin/src/views/backend/node/protocol.vue +++ b/ui/dasadmin/src/views/backend/node/protocol.vue @@ -13,13 +13,13 @@ { bindDeviceMeasReq({ equipmentId: bindDevice, linkId: route.query.id }).then((res) => { ElMessage.success('关联成功!') closecorrectionDevice() + resetExcel() }) }