From 735ea374a8cde8f9a011b26ab6b51ac3c49ca846 Mon Sep 17 00:00:00 2001
From: gaosp <gaosp>
Date: 星期三, 31 一月 2024 22:38:07 +0800
Subject: [PATCH] 关注

---
 src/container/workshop/device.vue |    5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diff --git a/src/container/workshop/device.vue b/src/container/workshop/device.vue
index 0b678da..e91f3f8 100644
--- a/src/container/workshop/device.vue
+++ b/src/container/workshop/device.vue
@@ -1,7 +1,7 @@
 <!--
  * @Date: 2024-01-13 20:46:33
  * @LastEditors: Sneed
- * @LastEditTime: 2024-01-31 21:31:13
+ * @LastEditTime: 2024-01-31 22:07:47
  * @FilePath: /belleson-frontend/Users/mache/Documents/demo/mdc/src/container/workshop/device.vue
 -->
 <template>
@@ -136,6 +136,9 @@
             return ''
         }
     },
+    mounted () {
+        this.concern = !!this.info.concern
+    },
     methods: {
         toDetail () {
             this.$emit('toDetail')

--
Gitblit v1.9.3