From 1c44c9e776e57cdb64181016ebdc599e2b56537f Mon Sep 17 00:00:00 2001
From: shijingjing <1789544664@qq.com>
Date: Mon, 13 Jun 2022 11:13:36 +0800
Subject: [PATCH] =?UTF-8?q?=E7=9B=91=E5=90=AC?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
.../device/AppBroadcast/components/Detail.vue | 14 +++++++-------
.../device/AppMediaManage/components/Play.vue | 16 ++++++++--------
2 files changed, 15 insertions(+), 15 deletions(-)
diff --git a/packages/device/AppBroadcast/components/Detail.vue b/packages/device/AppBroadcast/components/Detail.vue
index 06e7da99..05b22335 100644
--- a/packages/device/AppBroadcast/components/Detail.vue
+++ b/packages/device/AppBroadcast/components/Detail.vue
@@ -16,13 +16,13 @@
-
-
-
- ,{{dayList[item]}}
-
-
-
+
+
+
+ ,{{dayList[item]}}
+
+
+
diff --git a/packages/device/AppMediaManage/components/Play.vue b/packages/device/AppMediaManage/components/Play.vue
index 3d7db5b8..369df7f1 100644
--- a/packages/device/AppMediaManage/components/Play.vue
+++ b/packages/device/AppMediaManage/components/Play.vue
@@ -189,14 +189,14 @@ export default {
// }
},
- // watch: {
- // userAreaId: {
- // handler: function(v) {
- // this.areaRootId = [v?.substr(0,6),'000000'].join("")
- // },
- // deep: true
- // }
- // },
+ watch: {
+ userAreaId: {
+ handler: function(v) {
+ this.areaRootId = [v?.substr(0,6),'000000'].join("")
+ },
+ deep: true
+ }
+ },
created() {
this.dict.load('dlbMessageUrgency', 'dlbBroadTaskType', 'dlbDyclingType')