Merge branch 'dev-2.0' of https://git.mesalab.cn/nezha/nezha-fronted into dev-2.0
This commit is contained in:
@@ -224,7 +224,7 @@ export default {
|
||||
{
|
||||
label: this.$t('project.endpoint.configs'),
|
||||
prop: 'configs',
|
||||
show: true,
|
||||
show: true
|
||||
}
|
||||
],
|
||||
typeList: [],
|
||||
@@ -540,7 +540,7 @@ export default {
|
||||
selectEndpointList: {
|
||||
immediate: true,
|
||||
handler (n) {
|
||||
console.log(n);
|
||||
console.log(n)
|
||||
this.endpointTableData = JSON.parse(JSON.stringify(n))
|
||||
this.endpointTableData.forEach(item => {
|
||||
item.configs = JSON.parse(item.configs)
|
||||
@@ -550,7 +550,7 @@ export default {
|
||||
item.assetName = item.asset.name
|
||||
item.type = item.module.type
|
||||
})
|
||||
console.log(this.endpointTableData);
|
||||
console.log(this.endpointTableData)
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user