fix: panel 下拉框样式调整,project页面 Endpoint侧滑数据处理错误问题

This commit is contained in:
@changcode
2021-09-08 11:37:41 +08:00
parent 0bb7b5865e
commit ab7e092c70
2 changed files with 3 additions and 3 deletions

View File

@@ -166,8 +166,8 @@ export default {
// }
// }
response.data.list.forEach(d => {
d.port = JSON.parse(d.configs[0].config).config.port
d.path = JSON.parse(d.configs[0].config).config.protocol
d.port = JSON.parse(d.configs[0].config).port
d.path = JSON.parse(d.configs[0].config).protocol
})
this.tableData = response.data.list
this.pageObj.total = response.data.total