fix: 国际化补充修改,多余搜索字段去除,修复CM-Verify-Policy / Endpoint
port ,path数据为空
This commit is contained in:
@@ -122,7 +122,7 @@ export default {
|
||||
label: 'ids',
|
||||
disabled: false
|
||||
}, {
|
||||
name: 'Name',
|
||||
name: this.$t('overall.name'),
|
||||
type: 'input',
|
||||
label: 'name',
|
||||
disabled: false
|
||||
@@ -174,6 +174,10 @@ export default {
|
||||
// //console.error(response.data.list[i], err);
|
||||
// }
|
||||
// }
|
||||
response.data.list.map( d => {
|
||||
d.port = JSON.parse(d.configs).port
|
||||
d.path = d.module.type
|
||||
})
|
||||
this.tableData = response.data.list
|
||||
this.pageObj.total = response.data.total
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user