优化代码

This commit is contained in:
java110 2022-07-11 11:44:43 +08:00
parent b1311ca9cd
commit 46c51373ae

View File

@ -408,7 +408,7 @@
vc.http.apiGet('/reportFeeMonthStatistics/queryReportProficient',
param,
function(json, res) {
var indexData = JSON.parse(json).data;
var indexData = JSON.parse(json);
let _receivableInformation = indexData.receivableInformation;