รายการสอบแข่งขัน / คัดเลือก แก้ all ค่าเริ่มต้น
This commit is contained in:
parent
d761315a50
commit
bb39a81fab
1 changed files with 2 additions and 2 deletions
|
|
@ -195,7 +195,7 @@ const resetFilter = () => {
|
|||
};
|
||||
|
||||
//-------------------|ครั้งที่สอบ|------------------------------//
|
||||
const examTime = ref<number | string>("all");
|
||||
const examTime = ref<number | string>("");
|
||||
const examTimeOP = reactive<DataOption1[]>([{ id: "all", name: "ทั้งหมด" }]);
|
||||
const addedExamTimeValues: Set<number> = new Set();
|
||||
|
||||
|
|
@ -215,7 +215,7 @@ const examTimeFilter = async () => {
|
|||
};
|
||||
|
||||
// ประเภทการสอบ
|
||||
const examType = ref<string | null>("all");
|
||||
const examType = ref<string | null>("");
|
||||
const examTypeOP = ref<DataOption1[]>([{ id: "all", name: "ทั้งหมด" }]);
|
||||
const addedExamTypeValues: Set<string> = new Set();
|
||||
const examTypeFilter = () => {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue