แก้ไขคำผิด
This commit is contained in:
parent
152ea8aa38
commit
6a320b91ff
27 changed files with 29 additions and 29 deletions
|
|
@ -162,7 +162,7 @@ watch(
|
|||
}
|
||||
);
|
||||
|
||||
/** function ปืด Dialog*/
|
||||
/** function ปิด Dialog*/
|
||||
function closeDialog() {
|
||||
modal.value = !modal.value;
|
||||
clearFormData();
|
||||
|
|
|
|||
|
|
@ -66,7 +66,7 @@ const title = computed(() => {
|
|||
});
|
||||
|
||||
/**
|
||||
* function ปืด Dialog*
|
||||
* function ปิด Dialog*
|
||||
*/
|
||||
function closeDialog() {
|
||||
modal.value = !modal.value;
|
||||
|
|
|
|||
|
|
@ -64,7 +64,7 @@ async function fetchDocumentFile(id: string) {
|
|||
}
|
||||
|
||||
/**
|
||||
* function ปืด Dialog*
|
||||
* function ปิด Dialog*
|
||||
*/
|
||||
function closeDialog() {
|
||||
modal.value = !modal.value;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue