fix: 修复实体列表流量速率显示为横杠的问题
This commit is contained in:
@@ -258,7 +258,7 @@ export default {
|
||||
}
|
||||
axios.get(`${url}?resource=${this.entity.entityValue}`).then(response => {
|
||||
this.$nextTick(() => {
|
||||
this.entityData = { ...response.data.data, ...this.entity }
|
||||
this.entityData = { ...this.entityData, ...response.data.data, ...this.entity }
|
||||
})
|
||||
})
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user