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')