จัด โค้ด รายการสืบสวนข้อเท็จจริง

This commit is contained in:
setthawutttty 2023-11-10 13:35:26 +07:00
parent aeaa8c8df2
commit 0e03d4279d
5 changed files with 79 additions and 31 deletions

View file

@ -211,7 +211,11 @@ function onSubmit() {
);
}
/** เช็คข้อมูลจาก props*/
/**
* เชคขอมลจาก props
* เมอมอม
* เกบขอมลลง formData
*/
watch(props.data, async () => {
formData.complainantType = props.data.complainantType;
formData.complainant = props.data.complainant;