Commit 00afc321 authored by liudong1993's avatar liudong1993

联运收入bug修复

parent fe75756d
......@@ -1667,9 +1667,9 @@ export default {
this.msg,
res => {
if (res.data.resultCode == 1) {
let data = res.data.data.pageData;
let data = res.data.data.pmodel.pageData;
// res.data.data.TotalRevenue
this.total = res.data.data.count;
this.total = res.data.data.pmodel.count;
if (this.total == 0) {
this.DataList = [];
} else {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment