统计报表穿透显示弹窗列表数据问题修改

main
zhufu 2025-11-01 08:50:06 +08:00
parent 33d5c82238
commit 19f7ebf639
1 changed files with 1 additions and 1 deletions

View File

@ -43,7 +43,7 @@
import { reactive, ref, defineProps, watch } from 'vue';
import { BasicModal, useModal } from '@/components/Modal';
import { getCaseInfoList } from '@/api/monitor/index';
import { getLoadCaseInfoListOffence } from '@/api/inspectionaudit';
import { getLoadCaseInfoListOffence } from '@/api/farmland';
import { dataProcessingCount } from '@/views/demo/tiankongdi/util.ts';
const [registerModal, { openModal, setModalProps }] = useModal();