This commit is contained in:
linfso 2025-07-01 09:41:24 +08:00
parent 0e136901c1
commit efee676d07

View File

@ -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;