|
@@ -125,7 +125,7 @@ import { useMessage } from '/@/hooks/web/useMessage';
|
|
|
import { SvgIcon } from '/@/components/Icon';
|
|
|
import { ref, onMounted, reactive, nextTick, watch,onUnmounted } from 'vue';
|
|
|
import { columns } from './fileDetail.data';
|
|
|
-import { getTree, createFile, editMenu, delMenu, uploadApi, downLoad, deleteById, listData, getNowUserAgencyData, queryVentMonReportJd, zipdownload } from './fileDetail.api';
|
|
|
+import { getTree, createFile, editMenu, delMenu, uploadApi, downLoad, deleteById, listData, getNowUserAgencyData,sumVentReport, queryVentMonReportJd, zipdownload } from './fileDetail.api';
|
|
|
|
|
|
let visiblehHz = ref(false)
|
|
|
let reportHzList = ref<any[]>([])
|
|
@@ -212,8 +212,9 @@ function downFilePublic(content, fileName) {
|
|
|
}
|
|
|
}
|
|
|
//汇总报表
|
|
|
-function reportSum() {
|
|
|
+ function reportSum() {
|
|
|
visiblehHz.value = true
|
|
|
+ sumVentReport()
|
|
|
timer = setInterval(async () => {
|
|
|
let res = await queryVentMonReportJd()
|
|
|
reportHzList.value = res.jdList
|