fix: asset修复
asset国际化补全 idc头部修改响应 机柜回显修复
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user