This commit is contained in:
shijingjing
2022-06-13 11:13:36 +08:00
parent f34a0ac163
commit 1c44c9e776
2 changed files with 15 additions and 15 deletions

View File

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