จัด โค้ด รายการสืบสวนข้อเท็จจริง
This commit is contained in:
parent
aeaa8c8df2
commit
0e03d4279d
5 changed files with 79 additions and 31 deletions
|
|
@ -211,7 +211,11 @@ function onSubmit() {
|
|||
);
|
||||
}
|
||||
|
||||
/** เช็คข้อมูลจาก props*/
|
||||
/**
|
||||
* เช็คข้อมูลจาก props
|
||||
* เมื่อมีข้อมูล
|
||||
* เก็บข้อมูลลง formData
|
||||
*/
|
||||
watch(props.data, async () => {
|
||||
formData.complainantType = props.data.complainantType;
|
||||
formData.complainant = props.data.complainant;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue