แก้ไข ชื่อ store

This commit is contained in:
DESKTOP-1R2VSQH\Lenovo ThinkPad E490 2023-10-18 17:50:37 +07:00
parent 8113b723ad
commit 2f0e86046b
15 changed files with 9 additions and 9 deletions

View file

@ -11,7 +11,7 @@ import type {
// importStroe
import { useCounterMixin } from "@/stores/mixin";
import { useComplainstDataStore } from "../../stroes/ComplaintsStore";
import { useComplainstDataStore } from "../../store/ComplaintsStore";
const $q = useQuasar();
const router = useRouter();

View file

@ -3,7 +3,7 @@ import { ref, onMounted } from "vue";
import { useRouter } from "vue-router";
import type { QTableProps } from "quasar";
// importStroe
import { useComplainstDataStore } from "../../stroes/ComplaintsStore";
import { useComplainstDataStore } from "../../store/ComplaintsStore";
const router = useRouter();
const complainstStore = useComplainstDataStore();

View file

@ -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();

View file

@ -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

View file

@ -8,7 +8,7 @@ import http from "@/plugins/http";
import config from "@/app.config";
import Dialogbody from "@/modules/11_discipline/components/3_InvestigateDisciplinary/Dialogbody.vue";
import Table from "@/modules/11_discipline/components/3_InvestigateDisciplinary/DirectorTable.vue";
import { useInvestigateDisStore } from "@/modules/11_discipline/stroes/InvestigateDisStore";
import { useInvestigateDisStore } from "@/modules/11_discipline/store/InvestigateDisStore";
import type { directorType } from "@/modules/11_discipline/interface/index/Main";
const investigateDis = useInvestigateDisStore();

View file

@ -7,7 +7,7 @@ import type { Pagination } from "@/modules/03_recruiting/interface/index/Main";
import Table from "@/modules/11_discipline/components/3_InvestigateDisciplinary/Table.vue";
import http from "@/plugins/http";
import config from "@/app.config";
import { useInvestigateDisStore } from "../../stroes/InvestigateDisStore";
import { useInvestigateDisStore } from "../../store/InvestigateDisStore";
import { useRouter } from "vue-router";
const dataInvestigateDis = useInvestigateDisStore();

View file

@ -4,7 +4,7 @@ import { useRouter } from "vue-router";
import type { QTableProps } from "quasar";
// importStroe
import { useOrderStore } from "../../stroes/OrderStore";
import { useOrderStore } from "../../store/OrderStore";
const router = useRouter();
const OrderStore = useOrderStore();

View file

@ -5,7 +5,7 @@ import { useCounterMixin } from "@/stores/mixin";
import { useRoute } from "vue-router";
import { useQuasar } from "quasar";
import type { DataOption } from "@/modules/11_discipline/interface/index/Main";
import { useReportDataStore } from "@/modules/11_discipline/stroes/ReportStore";
import { useReportDataStore } from "@/modules/11_discipline/store/ReportStore";
import http from "@/plugins/http";
import config from "@/app.config";

View file

@ -4,7 +4,7 @@ import type { QTableProps } from "quasar";
import router from "@/router";
import { useCounterMixin } from "@/stores/mixin";
import { useQuasar } from "quasar";
import { useDisciplineDirectorDataStore } from '@/modules/11_discipline/stroes/DirectorStore'
import { useDisciplineDirectorDataStore } from '@/modules/11_discipline/store/DirectorStore'
import config from "@/app.config";
import http from "@/plugins/http";