From c1c046971e3679f7941e33ec5cba8e757901058d Mon Sep 17 00:00:00 2001 From: shijingjing <1789544664@qq.com> Date: Mon, 13 Jun 2022 10:20:34 +0800 Subject: [PATCH] 30159 --- .../device/AppMediaManage/components/Play.vue | 23 +++++++++---------- 1 file changed, 11 insertions(+), 12 deletions(-) diff --git a/packages/device/AppMediaManage/components/Play.vue b/packages/device/AppMediaManage/components/Play.vue index 8ef2a71a..3d7db5b8 100644 --- a/packages/device/AppMediaManage/components/Play.vue +++ b/packages/device/AppMediaManage/components/Play.vue @@ -59,8 +59,8 @@ value-format="HH:mm:ss"> - + @@ -187,17 +187,16 @@ export default { // areaRoot() { // return this.areaRootId = [this.user.info.areaId.substr(0,6),'000000'].join("") // } - }, - 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') @@ -230,7 +229,7 @@ export default { }) }, // 地区选择 - handleAreaSelect() { + handleAreaSelect(v) { this.areaName = v?.[0]?.label },