8/12,预收费用余额汇总
This commit is contained in:
@@ -70,9 +70,7 @@
|
||||
<script setup name="Arrears" lang="ts">
|
||||
import pagination from '@/components/Pagination/index.vue';
|
||||
import pageHeader from '@/components/Pageheader/index.vue';
|
||||
import { getArrearsDetails } from '@/api/system/report/arrears/arrears';
|
||||
import { getCommunitylistAPI } from '@/api/system/community';
|
||||
import { OwnerArrearsDetailVo } from '@/api/system/report/arrears/type';
|
||||
import { getChargeTend } from '@/api/system/report/chargeTrend';
|
||||
import Echarts from '@/components/Echarts/index.vue';
|
||||
import type { EChartsOption } from 'echarts';
|
||||
@@ -155,7 +153,6 @@ const getList = async () => {
|
||||
obj[key] = item.amount;
|
||||
});
|
||||
chargeTrendList.value = [obj];
|
||||
console.log(chargeTrendList);
|
||||
total.value = res.total;
|
||||
handleChartsData();
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user