ผูก API สรุปผลการพิจารณา
This commit is contained in:
parent
e0fa2d9632
commit
4dac59a781
11 changed files with 467 additions and 117 deletions
|
|
@ -7,7 +7,7 @@ import type {
|
|||
directorType,
|
||||
responseType,
|
||||
DataOptioGroup,
|
||||
DataNumberOption
|
||||
DataNumberOption,
|
||||
} from "@/modules/11_discipline/interface/index/Main";
|
||||
import { useCounterMixin } from "@/stores/mixin";
|
||||
const mixin = useCounterMixin();
|
||||
|
|
@ -32,7 +32,7 @@ export const useInvestigateDisStore = defineStore(
|
|||
{ id: "NOT_SPECIFIED", name: "ยังไม่ระบุ" },
|
||||
{ id: "HAVE_CAUSE", name: "มีมูล" },
|
||||
{ id: "NO_CAUSE", name: "ไม่มีมูล" },
|
||||
]);
|
||||
]);
|
||||
|
||||
const optionsfaultLevel = ref<DataOptioGroup[]>([
|
||||
{ id: "0", name: "ไม่ร้ายแรง", disable: true },
|
||||
|
|
@ -357,7 +357,10 @@ export const useInvestigateDisStore = defineStore(
|
|||
daysExtendOps,
|
||||
|
||||
filterFnOptionsType,
|
||||
causeTextOptions
|
||||
causeTextOptions,
|
||||
|
||||
convertRespondentType,
|
||||
convertFault,
|
||||
};
|
||||
}
|
||||
);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue