mirror of
https://gitee.com/java110/MicroCommunityWeb.git
synced 2026-02-25 06:09:11 +08:00
优化 大屏欠费提醒
This commit is contained in:
parent
077641c565
commit
df3072e287
@ -7,7 +7,7 @@ function _loadAssetFee() {
|
||||
}
|
||||
}
|
||||
vc.http.apiGet(
|
||||
'/bigScreen/getAssetsFee',
|
||||
'/reportFeeMonthStatistics/queryOwePaymentCount',
|
||||
param,
|
||||
function (json, res) {
|
||||
//vm.menus = vm.refreshMenuActive(JSON.parse(json),0);
|
||||
@ -39,8 +39,8 @@ function initFeeChart(_data) {
|
||||
|
||||
_data.forEach(item => {
|
||||
xAxisData.push(item.feeName);
|
||||
data1.push(-item.feeCount);
|
||||
data2.push(item.oweFeeCount);
|
||||
data1.push(-item.normalCount);
|
||||
data2.push(item.objCount);
|
||||
});
|
||||
|
||||
// for (var i = 0; i < 10; i++) {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user