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