From 6094cf64fc04fdc66fd36c157b22020baa4f2791 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=AD=99=E8=90=8C?= <525441437@qq.com> Date: Tue, 12 Dec 2023 14:29:33 +0800 Subject: [PATCH] 1 --- src/views/page/realTime.vue | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/src/views/page/realTime.vue b/src/views/page/realTime.vue index dabbed3..fbb86c9 100644 --- a/src/views/page/realTime.vue +++ b/src/views/page/realTime.vue @@ -468,6 +468,7 @@ export default { type: "success", }); this.warnForm = { + 'deviceId': this.warnForm.deviceId, "userId": '', "environmentData": '', "environmentId": '', @@ -475,6 +476,8 @@ export default { "phonenumber": '', "phonenumber2": '' } + this.warnModelSel1= '' + this.warnModelSel2='' this.getMessageList() } else { this.$message.error(res.data.msg); @@ -483,6 +486,7 @@ export default { }, returnWarn() { this.warnForm = { + 'deviceId': this.warnForm.deviceId, "userId": '', "environmentData": '', "environmentId": '', @@ -495,7 +499,7 @@ export default { //打开短信告警弹窗 openWarn() { this.warnForm = { - "deviceId": '', + 'deviceId': '', "userId": '', "environmentData": '', "environmentId": '',