fix: panel 下拉框样式调整,project页面 Endpoint侧滑数据处理错误问题
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user