แก้ลูกจ้าง
This commit is contained in:
parent
4e2b6e9313
commit
262dd67b42
4 changed files with 21 additions and 14 deletions
|
|
@ -58,6 +58,13 @@ export const useDataStore = defineStore("resign", () => {
|
|||
page: 1,
|
||||
rowsPerPage: 10,
|
||||
});
|
||||
|
||||
const formQureyEMP = reactive({
|
||||
status: "WAITTING",
|
||||
page: 1,
|
||||
rowsPerPage: 10,
|
||||
});
|
||||
|
||||
const optionStatus = computed(() => {
|
||||
return baseOptionStatus.value.filter(
|
||||
(option) => option.group === mainTabs.value
|
||||
|
|
@ -76,5 +83,5 @@ export const useDataStore = defineStore("resign", () => {
|
|||
formQurey.status = "WAITTING";
|
||||
});
|
||||
|
||||
return { mainTabs, mainTabsEMP, formQurey, optionStatus, optionStatusEMP };
|
||||
return { mainTabs, mainTabsEMP, formQurey,formQureyEMP, optionStatus, optionStatusEMP };
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue