fix
This commit is contained in:
parent
7c98ab4791
commit
2eaff5ab4a
2 changed files with 1 additions and 5 deletions
|
|
@ -42,8 +42,6 @@ const position = ref<string>(""); //ตำแหน่ง
|
||||||
const typeModal = ref<string | null>(null); //ประเภท popup แต่งตั้ง , เลื่อน , ย้าย
|
const typeModal = ref<string | null>(null); //ประเภท popup แต่งตั้ง , เลื่อน , ย้าย
|
||||||
const dataRows = ref<PersonData>();
|
const dataRows = ref<PersonData>();
|
||||||
const personalId = ref<string>("");
|
const personalId = ref<string>("");
|
||||||
|
|
||||||
const filterRef = ref<any>(null);
|
|
||||||
const listRecevice = ref<resData[]>([]); //ข้อมูลรายการแต่งตั้ง-เลื่อน-ย้าย
|
const listRecevice = ref<resData[]>([]); //ข้อมูลรายการแต่งตั้ง-เลื่อน-ย้าย
|
||||||
const optionsType = ref<OpType[]>([]);
|
const optionsType = ref<OpType[]>([]);
|
||||||
const type = ref<string>("");
|
const type = ref<string>("");
|
||||||
|
|
@ -167,7 +165,7 @@ async function fecthlistappointment() {
|
||||||
rowsData.value = response;
|
rowsData.value = response;
|
||||||
// รายชื่อ ส่งไปออกคำสั่ง
|
// รายชื่อ ส่งไปออกคำสั่ง
|
||||||
const listData = rows.value.filter(
|
const listData = rows.value.filter(
|
||||||
(e: any) =>
|
(e: PersonData) =>
|
||||||
e.root !== null &&
|
e.root !== null &&
|
||||||
e.status !== "REPORT" &&
|
e.status !== "REPORT" &&
|
||||||
e.status !== "DONE" &&
|
e.status !== "DONE" &&
|
||||||
|
|
|
||||||
|
|
@ -41,8 +41,6 @@ const posType = ref<string>(""); //ประเภทตำแหน่ง
|
||||||
const posLevel = ref<string>(""); //ระดับตำแหน่ง
|
const posLevel = ref<string>(""); //ระดับตำแหน่ง
|
||||||
const position = ref<string>(""); //ตำแหน่ง
|
const position = ref<string>(""); //ตำแหน่ง
|
||||||
const dataRows = ref<PersonData>();
|
const dataRows = ref<PersonData>();
|
||||||
|
|
||||||
const filterRef = ref<any>(null);
|
|
||||||
const listRecevice = ref<resData[]>([]); //ข้อมูลรายการปรับระดับชั้นงานลูกจ้าง
|
const listRecevice = ref<resData[]>([]); //ข้อมูลรายการปรับระดับชั้นงานลูกจ้าง
|
||||||
const optionsType = ref<OpType[]>([]);
|
const optionsType = ref<OpType[]>([]);
|
||||||
const type = ref<string>("");
|
const type = ref<string>("");
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue