updated format code
This commit is contained in:
parent
b75d69ea08
commit
b14bad2249
241 changed files with 14012 additions and 13811 deletions
|
|
@ -16,12 +16,12 @@ const router = useRouter();
|
|||
* บันทึกข้อมูลที่เเก้ไข
|
||||
* @param id ระบุ บุคคล
|
||||
*/
|
||||
function onSubmit(formData:DataForm) {
|
||||
function onSubmit(formData: DataForm) {
|
||||
dialogConfirm($q, () => addData(formData));
|
||||
}
|
||||
|
||||
function addData(formData: DataForm) {
|
||||
console.log(formData)
|
||||
console.log(formData);
|
||||
showLoader();
|
||||
http
|
||||
.post(config.API.evaluateDirectorMain(), {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue