UI *รอ API สำหรับส่งคนไปออกคำสั่ง PART 2

This commit is contained in:
STW_TTTY\stwtt 2024-09-27 15:20:08 +07:00
parent df7c3f2961
commit 4d2d8cf975
8 changed files with 135 additions and 98 deletions

View file

@ -434,7 +434,7 @@ function changeFormData() {
isSave.value = true;
if (organization.value) {
formData.organizationId = organization.value.id;
formData.organizationId = organization.value.id as string;
formData.organization = organization.value.name;
}
}
@ -1765,7 +1765,7 @@ onMounted(async () => {
/>
<PopupSendToNext
:modal="modalPopup"
v-model:modal="modalPopup"
:close="closePopup"
title="ส่งรายชื่อไปออกคำสั่งยุติเรื่อง"
:rows="mainStore.rowsCheck"