เพิ่ม filter ตามตำแหน่งที่สอบ บรรจุ
This commit is contained in:
parent
b4a4d8c641
commit
7886d258ff
3 changed files with 155 additions and 126 deletions
|
|
@ -193,7 +193,7 @@ export const usePlacementDataStore = defineStore("placement", () => {
|
|||
};
|
||||
|
||||
let count = 0; // ตัวแปรนับจำนวนค่าที่รับ
|
||||
function checkLoad(val: number) {
|
||||
async function checkLoad(val: number) {
|
||||
count += val;
|
||||
DataMainOrig.value.length == 0;
|
||||
if (count >= 2) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue