监听
This commit is contained in:
@@ -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')
|
||||
|
||||
Reference in New Issue
Block a user