From 4845af1c934493638f62e2869a5a2cbf0b31007b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=8E=8B=E9=92=A6?= <360013221@qq.com> Date: Thu, 9 May 2024 17:25:45 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E6=89=B9=E9=87=8F=E6=8E=A7?= =?UTF-8?q?=E5=88=B6BUG?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../images/shareWith/message-active.svg | 12 +++++++----- .../images/shareWith/message-active2.svg | 9 +++++++++ .../pages/Home/components/HomeFrameControl/index.vue | 7 +++++-- 3 files changed, 21 insertions(+), 7 deletions(-) create mode 100644 ruoyi-ui/src/views/JiHeExpressway/images/shareWith/message-active2.svg diff --git a/ruoyi-ui/src/views/JiHeExpressway/images/shareWith/message-active.svg b/ruoyi-ui/src/views/JiHeExpressway/images/shareWith/message-active.svg index e07f38e9..53329e6a 100644 --- a/ruoyi-ui/src/views/JiHeExpressway/images/shareWith/message-active.svg +++ b/ruoyi-ui/src/views/JiHeExpressway/images/shareWith/message-active.svg @@ -1,9 +1,11 @@ - - - + + + + - - + + + diff --git a/ruoyi-ui/src/views/JiHeExpressway/images/shareWith/message-active2.svg b/ruoyi-ui/src/views/JiHeExpressway/images/shareWith/message-active2.svg new file mode 100644 index 00000000..e07f38e9 --- /dev/null +++ b/ruoyi-ui/src/views/JiHeExpressway/images/shareWith/message-active2.svg @@ -0,0 +1,9 @@ + + + + + + + + + diff --git a/ruoyi-ui/src/views/JiHeExpressway/pages/Home/components/HomeFrameControl/index.vue b/ruoyi-ui/src/views/JiHeExpressway/pages/Home/components/HomeFrameControl/index.vue index 7b231d2a..fea8dc43 100644 --- a/ruoyi-ui/src/views/JiHeExpressway/pages/Home/components/HomeFrameControl/index.vue +++ b/ruoyi-ui/src/views/JiHeExpressway/pages/Home/components/HomeFrameControl/index.vue @@ -408,8 +408,7 @@ export default { }, methods: { onHide(){ - this.data['deviceType']=deviceTypeDefault; - changeHandle(this.data, this.formList); + // TODO }, submitClick() { this.$refs.ControlComponent?.handleSubmit(); @@ -430,6 +429,10 @@ export default { }, handleClick(type) { this.activeIcon = this.activeIcon === type ? null : type; + if(this.activeIcon){ + this.data['deviceType']=deviceTypeDefault; + changeHandle(this.data, this.formList); + } }, filterEnd(data) { this.activeIcon = null;