Merge pull request 'master' (#266) from master into prod

Reviewed-on: http://git.feashow.cn/clay/mosr-web/pulls/266
This commit is contained in:
2024-06-01 14:54:47 +00:00

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({})