ปรับ dropdown บรรจุ
This commit is contained in:
parent
2175c11ad4
commit
2b99a1459e
8 changed files with 2048 additions and 456 deletions
|
|
@ -109,6 +109,7 @@ export const usePlacementDataStore = defineStore("placement", () => {
|
|||
filter_3: boolean
|
||||
) => {
|
||||
DataMainUpdate.value = [];
|
||||
|
||||
if (filter_1 === "all" && filter_2 === "all" && filter_3 === false) {
|
||||
// console.log('case 1');
|
||||
// return DataMainUpdate.value = DataMainOrig.value; อันเก่า
|
||||
|
|
@ -330,6 +331,6 @@ export const useTransferDataStore = defineStore("transferDataStore", () => {
|
|||
}
|
||||
};
|
||||
return {
|
||||
statusText,statusProbationMain
|
||||
statusText, statusProbationMain
|
||||
};
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue