fix: asset修复

asset国际化补全  idc头部修改响应  机柜回显修复
This commit is contained in:
wanghaoyu
2019-12-27 17:08:39 +08:00
parent 5be6d7831a
commit b12c79e4bd
5 changed files with 197 additions and 131 deletions

View File

@@ -440,9 +440,18 @@
computed: {
projectListReloadWatch() {
return this.$store.state.projectListReload;
},
getIdcData() {
return this.$store.state.assetData.idcData
}
},
watch: {
getIdcData:{
handler(newVal, oldVal) {
this.getAssetData()
},
deep: true,
},
projectListReloadWatch(n, o) {
if (n) {
this.getProjectList();