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