Merge pull request 'fix : 修复细节' (#265) from dj into master

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

View File

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