Merge branch 'develop' into nice_dev
This commit is contained in:
commit
42c0eb669f
11 changed files with 604 additions and 346 deletions
|
|
@ -9,6 +9,9 @@ import type {
|
|||
DataOptioGroup,
|
||||
DataNumberOption,
|
||||
} from "@/modules/11_discipline/interface/index/Main";
|
||||
import type {
|
||||
Persons
|
||||
} from "@/modules/11_discipline/interface/request/disciplinary";
|
||||
import { useCounterMixin } from "@/stores/mixin";
|
||||
const mixin = useCounterMixin();
|
||||
const { date2Thai } = mixin;
|
||||
|
|
@ -18,6 +21,7 @@ export const useInvestigateDisStore = defineStore(
|
|||
() => {
|
||||
const tabMenu = ref<string>("disciplinary");
|
||||
const rows = ref<investigateDisDataRowType[]>([]);
|
||||
const rowSent = ref<Persons[]>([]);
|
||||
const rows2 = ref<directorType[]>([]);
|
||||
const selected = ref<directorType[]>([]);
|
||||
|
||||
|
|
@ -346,6 +350,7 @@ export const useInvestigateDisStore = defineStore(
|
|||
fetchList,
|
||||
rows,
|
||||
rows2,
|
||||
rowSent,
|
||||
offenseDetailsOps,
|
||||
optionsfaultLevel,
|
||||
fecthDirector,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue