|
@@ -51,7 +51,7 @@ import { onLoad, onShow, onReady, onHide, onLaunch, onReachBottom, onNavigationB
|
|
|
import { ref, onMounted, inject, shallowRef, reactive, toRefs, watchEffect, getCurrentInstance, watch } from "vue";
|
|
|
import { publicStores, useStores } from "@/store/modules/index";
|
|
|
|
|
|
-import { del, index } from "@/api/setting/funReport.js";
|
|
|
+import { del, index } from "@/api/business/zhxf/funReport/index.js";
|
|
|
|
|
|
const useStore = useStores();
|
|
|
|