足迹未能正常展示问题处理
parent
954cd1cda9
commit
34788d800e
|
@ -112,7 +112,7 @@ export default {
|
|||
tracksList(this.params).then((res) => {
|
||||
this.spinShow = false;
|
||||
if (res.success && res.result) {
|
||||
this.list = res.result;
|
||||
this.list = res.result.records;
|
||||
} else {
|
||||
this.list = [];
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue