fix : 修复细节

This commit is contained in:
2024-06-01 22:54:23 +08:00
parent 3746a19063
commit c4db5d6719

View File

@@ -6,7 +6,7 @@
<script setup lang="jsx">
import {ElNotification} from "element-plus";
import {useProcessStore} from '@/stores/processStore.js';
import {getFundDetailProcess} from "@api/special-fund";
import {getFundDetailProcess} from "@/api/special-fund";
const processStore = useProcessStore()
const route = useRoute()
const fundData = ref({})