ปรับเงื่อนไขส่งไปพักราชการ
This commit is contained in:
parent
7af8370b08
commit
ecc0e97781
1 changed files with 1 additions and 1 deletions
|
|
@ -175,7 +175,7 @@ const onSubmit = async (id: string) => {
|
|||
/** ยืนยัน ส่งไปออกคำสั่ง */
|
||||
const respondentRows = ref<Persons[]>();
|
||||
async function sentIssue() {
|
||||
respondentRows.value = await store.rowSent.filter((x) => !x.report); //x.report === false
|
||||
respondentRows.value = await store.rowSent.filter((x) => x.report === false); //x.report === false
|
||||
modalPopup.value = true;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue