From 00e8f6837e2cf99bf69f31ea078fa9bf91953bbf Mon Sep 17 00:00:00 2001 From: wj <347312259@qq.com> Date: Fri, 2 Jun 2023 11:30:01 +0800 Subject: [PATCH] =?UTF-8?q?=E6=89=8B=E5=8A=A8=E6=8E=A7=E5=88=B6=E8=B0=83?= =?UTF-8?q?=E6=8E=A7=E6=97=A5=E5=BF=97=E6=93=8D=E4=BD=9C=E5=86=85=E5=AE=B9?= =?UTF-8?q?=E6=8B=BC=E6=8E=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- psdc-ui/src/views/control/manual/index.vue | 2 ++ 1 file changed, 2 insertions(+) diff --git a/psdc-ui/src/views/control/manual/index.vue b/psdc-ui/src/views/control/manual/index.vue index e22edae..9215988 100644 --- a/psdc-ui/src/views/control/manual/index.vue +++ b/psdc-ui/src/views/control/manual/index.vue @@ -232,6 +232,7 @@ function confirmClick() { getSenceControl(SenceControlArr.value).then((res)=>{ if(res.code == 200){ ElMessage.success('策略导入成功') + getControlLogListFun() } }) }) @@ -284,6 +285,7 @@ function getSetTemperatureFun(item){ }).then((res)=>{ if(res.code == 200){ ElMessage.success('设置温度成功!') + getControlLogListFun() } })