fix:补充 eslint 格式化

This commit is contained in:
wangwenrui
2021-04-22 18:03:56 +08:00
parent 0f3d03cee0
commit 4fe0b1356c
27 changed files with 2014 additions and 2019 deletions

View File

@@ -227,7 +227,7 @@ export default {
{
label: this.$t('project.endpoint.configs'),
prop: 'configs',
show: true,
show: true
}
],
typeList: [],
@@ -543,7 +543,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)
@@ -553,7 +553,7 @@ export default {
item.assetName = item.asset.name
item.type = item.module.type
})
console.log(this.endpointTableData);
console.log(this.endpointTableData)
}
}
}