no message

This commit is contained in:
DESKTOP-1R2VSQH\Lenovo ThinkPad E490 2023-09-26 13:09:58 +07:00
parent a62f64b355
commit b4adf6cc5c

View file

@ -37,14 +37,11 @@ export const useInsigniaDataStore = defineStore("insignia", () => {
{ id: '44', title: 'บัญชีแสดงจำนวนชั้นตราเครื่องราชฯ' }
])
const typeReport = ref<string>("");
const titleReport = ref<string>("");
const mainTab = ref<string | undefined>("pending");
const setTypeandTitle = (type: string, title: string) => {
typeReport.value = type;
titleReport.value = title;
};
// เรียกราชชื่อการเสนอขอ
const fetchData = async (data: any) => {
if (data !== null) {
@ -154,9 +151,6 @@ export const useInsigniaDataStore = defineStore("insignia", () => {
fetchData,
fetchOption,
searchDataTable,
setTypeandTitle,
typeReport,
titleReport,
employeeClass,
employeeClassOps,
fetchDataInsignia,