md
This commit is contained in:
parent
0e136901c1
commit
efee676d07
@ -528,7 +528,7 @@ export default {
|
||||
/** 查询运输运单利润统计表列表 */
|
||||
getList() {
|
||||
this.loading = true;
|
||||
listEmisTmsCostProfit(this.addDateRange(this.queryParams, this.dateTimeRange)).then(response => {
|
||||
listEmisTmsCostProfit(this.queryParams).then(response => {
|
||||
this.emisTmsCostProfitList = response.rows;
|
||||
this.total = response.total;
|
||||
this.loading = false;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user