แก้ไข ชื่อ store
This commit is contained in:
parent
8113b723ad
commit
2f0e86046b
15 changed files with 9 additions and 9 deletions
|
|
@ -11,7 +11,7 @@ import type {
|
||||||
|
|
||||||
// importStroe
|
// importStroe
|
||||||
import { useCounterMixin } from "@/stores/mixin";
|
import { useCounterMixin } from "@/stores/mixin";
|
||||||
import { useComplainstDataStore } from "../../stroes/ComplaintsStore";
|
import { useComplainstDataStore } from "../../store/ComplaintsStore";
|
||||||
|
|
||||||
const $q = useQuasar();
|
const $q = useQuasar();
|
||||||
const router = useRouter();
|
const router = useRouter();
|
||||||
|
|
|
||||||
|
|
@ -3,7 +3,7 @@ import { ref, onMounted } from "vue";
|
||||||
import { useRouter } from "vue-router";
|
import { useRouter } from "vue-router";
|
||||||
import type { QTableProps } from "quasar";
|
import type { QTableProps } from "quasar";
|
||||||
// importStroe
|
// importStroe
|
||||||
import { useComplainstDataStore } from "../../stroes/ComplaintsStore";
|
import { useComplainstDataStore } from "../../store/ComplaintsStore";
|
||||||
const router = useRouter();
|
const router = useRouter();
|
||||||
|
|
||||||
const complainstStore = useComplainstDataStore();
|
const complainstStore = useComplainstDataStore();
|
||||||
|
|
|
||||||
|
|
@ -2,7 +2,7 @@
|
||||||
import router from "@/router";
|
import router from "@/router";
|
||||||
import { onMounted, ref, watch } from "vue";
|
import { onMounted, ref, watch } from "vue";
|
||||||
import { useCounterMixin } from "@/stores/mixin";
|
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 investigateFactStore = useInvestigateFactStore();
|
||||||
const { filterFnOptionsType } = investigateFactStore;
|
const { filterFnOptionsType } = investigateFactStore;
|
||||||
const mixin = useCounterMixin();
|
const mixin = useCounterMixin();
|
||||||
|
|
|
||||||
|
|
@ -8,7 +8,7 @@ import { useQuasar } from "quasar";
|
||||||
// import config from "@/app.config";
|
// import config from "@/app.config";
|
||||||
// import http from "@/plugins/http";
|
// import http from "@/plugins/http";
|
||||||
|
|
||||||
import { useInvestigateFactStore } from '../../stroes/InvestigateFactStore'
|
import { useInvestigateFactStore } from '../../store/InvestigateFactStore'
|
||||||
const dataInvestigate = useInvestigateFactStore()
|
const dataInvestigate = useInvestigateFactStore()
|
||||||
const { fecthList } = dataInvestigate
|
const { fecthList } = dataInvestigate
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -8,7 +8,7 @@ import http from "@/plugins/http";
|
||||||
import config from "@/app.config";
|
import config from "@/app.config";
|
||||||
import Dialogbody from "@/modules/11_discipline/components/3_InvestigateDisciplinary/Dialogbody.vue";
|
import Dialogbody from "@/modules/11_discipline/components/3_InvestigateDisciplinary/Dialogbody.vue";
|
||||||
import Table from "@/modules/11_discipline/components/3_InvestigateDisciplinary/DirectorTable.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";
|
import type { directorType } from "@/modules/11_discipline/interface/index/Main";
|
||||||
|
|
||||||
const investigateDis = useInvestigateDisStore();
|
const investigateDis = useInvestigateDisStore();
|
||||||
|
|
|
||||||
|
|
@ -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 Table from "@/modules/11_discipline/components/3_InvestigateDisciplinary/Table.vue";
|
||||||
import http from "@/plugins/http";
|
import http from "@/plugins/http";
|
||||||
import config from "@/app.config";
|
import config from "@/app.config";
|
||||||
import { useInvestigateDisStore } from "../../stroes/InvestigateDisStore";
|
import { useInvestigateDisStore } from "../../store/InvestigateDisStore";
|
||||||
|
|
||||||
import { useRouter } from "vue-router";
|
import { useRouter } from "vue-router";
|
||||||
const dataInvestigateDis = useInvestigateDisStore();
|
const dataInvestigateDis = useInvestigateDisStore();
|
||||||
|
|
|
||||||
|
|
@ -4,7 +4,7 @@ import { useRouter } from "vue-router";
|
||||||
import type { QTableProps } from "quasar";
|
import type { QTableProps } from "quasar";
|
||||||
|
|
||||||
// importStroe
|
// importStroe
|
||||||
import { useOrderStore } from "../../stroes/OrderStore";
|
import { useOrderStore } from "../../store/OrderStore";
|
||||||
|
|
||||||
const router = useRouter();
|
const router = useRouter();
|
||||||
const OrderStore = useOrderStore();
|
const OrderStore = useOrderStore();
|
||||||
|
|
|
||||||
|
|
@ -5,7 +5,7 @@ import { useCounterMixin } from "@/stores/mixin";
|
||||||
import { useRoute } from "vue-router";
|
import { useRoute } from "vue-router";
|
||||||
import { useQuasar } from "quasar";
|
import { useQuasar } from "quasar";
|
||||||
import type { DataOption } from "@/modules/11_discipline/interface/index/Main";
|
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 http from "@/plugins/http";
|
||||||
import config from "@/app.config";
|
import config from "@/app.config";
|
||||||
|
|
|
||||||
|
|
@ -4,7 +4,7 @@ import type { QTableProps } from "quasar";
|
||||||
import router from "@/router";
|
import router from "@/router";
|
||||||
import { useCounterMixin } from "@/stores/mixin";
|
import { useCounterMixin } from "@/stores/mixin";
|
||||||
import { useQuasar } from "quasar";
|
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 config from "@/app.config";
|
||||||
import http from "@/plugins/http";
|
import http from "@/plugins/http";
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue