แก้ไขวินัย

This commit is contained in:
Warunee Tamkoo 2023-12-22 10:15:14 +07:00
parent be098be411
commit 99b1148d31
10 changed files with 34 additions and 21 deletions

View file

@ -274,7 +274,7 @@ watch(props.data, async () => {
mainStore.rowsAdd = props.data.persons;
mainStore.rowsCheck = mainStore.rowsAdd.filter(
(item: any) => item.isSend === false
(item: any) => item.isSend === 'NEW'
);
const dataMap = props.data.directors.map((item: any) => ({