แก้ไข ชื่อ store
This commit is contained in:
parent
8113b723ad
commit
2f0e86046b
15 changed files with 9 additions and 9 deletions
|
|
@ -2,7 +2,7 @@
|
|||
import router from "@/router";
|
||||
import { onMounted, ref, watch } from "vue";
|
||||
import { useCounterMixin } from "@/stores/mixin";
|
||||
import { useInvestigateFactStore } from "@/modules/11_discipline/stroes/InvestigateFactStore";
|
||||
import { useInvestigateFactStore } from "@/modules/11_discipline/store/InvestigateFactStore";
|
||||
const investigateFactStore = useInvestigateFactStore();
|
||||
const { filterFnOptionsType } = investigateFactStore;
|
||||
const mixin = useCounterMixin();
|
||||
|
|
|
|||
|
|
@ -8,7 +8,7 @@ import { useQuasar } from "quasar";
|
|||
// import config from "@/app.config";
|
||||
// import http from "@/plugins/http";
|
||||
|
||||
import { useInvestigateFactStore } from '../../stroes/InvestigateFactStore'
|
||||
import { useInvestigateFactStore } from '../../store/InvestigateFactStore'
|
||||
const dataInvestigate = useInvestigateFactStore()
|
||||
const { fecthList } = dataInvestigate
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue