代码更新
This commit is contained in:
@@ -410,7 +410,6 @@ export default {
|
||||
logOperation.getLogData(queryParam).then(res => {
|
||||
console.log('res', res)
|
||||
this.showEmpty = false
|
||||
debugger
|
||||
if (res.data.result.length === 1) {
|
||||
this.logs = res.data.result[0].values
|
||||
for (const i in res.data.result[0].values) { // 格式转换
|
||||
|
||||
Reference in New Issue
Block a user