fix : 修复细节
This commit is contained in:
@@ -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({})
|
||||
|
||||
Reference in New Issue
Block a user