This commit is contained in:
DESKTOP-1R2VSQH\Lenovo ThinkPad E490 2024-12-20 10:46:05 +07:00
parent 7c98ab4791
commit 2eaff5ab4a
2 changed files with 1 additions and 5 deletions

View file

@ -42,8 +42,6 @@ const position = ref<string>(""); //ตำแหน่ง
const typeModal = ref<string | null>(null); // popup , ,
const dataRows = ref<PersonData>();
const personalId = ref<string>("");
const filterRef = ref<any>(null);
const listRecevice = ref<resData[]>([]); //--
const optionsType = ref<OpType[]>([]);
const type = ref<string>("");
@ -167,7 +165,7 @@ async function fecthlistappointment() {
rowsData.value = response;
//
const listData = rows.value.filter(
(e: any) =>
(e: PersonData) =>
e.root !== null &&
e.status !== "REPORT" &&
e.status !== "DONE" &&

View file

@ -41,8 +41,6 @@ const posType = ref<string>(""); //ประเภทตำแหน่ง
const posLevel = ref<string>(""); //
const position = ref<string>(""); //
const dataRows = ref<PersonData>();
const filterRef = ref<any>(null);
const listRecevice = ref<resData[]>([]); //
const optionsType = ref<OpType[]>([]);
const type = ref<string>("");