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;