监听
This commit is contained in:
@@ -189,14 +189,14 @@ export default {
|
|||||||
// }
|
// }
|
||||||
},
|
},
|
||||||
|
|
||||||
// watch: {
|
watch: {
|
||||||
// userAreaId: {
|
userAreaId: {
|
||||||
// handler: function(v) {
|
handler: function(v) {
|
||||||
// this.areaRootId = [v?.substr(0,6),'000000'].join("")
|
this.areaRootId = [v?.substr(0,6),'000000'].join("")
|
||||||
// },
|
},
|
||||||
// deep: true
|
deep: true
|
||||||
// }
|
}
|
||||||
// },
|
},
|
||||||
|
|
||||||
created() {
|
created() {
|
||||||
this.dict.load('dlbMessageUrgency', 'dlbBroadTaskType', 'dlbDyclingType')
|
this.dict.load('dlbMessageUrgency', 'dlbBroadTaskType', 'dlbDyclingType')
|
||||||
|
|||||||
Reference in New Issue
Block a user