no message
This commit is contained in:
parent
c6617313d9
commit
ecba51f5cf
3 changed files with 7 additions and 6 deletions
|
|
@ -85,12 +85,12 @@ const editData = async (id: string) => {
|
|||
formData.append("amount", datelast.value.toString());
|
||||
formData.append("round", roundInsig.value.value);
|
||||
if (dateStart.value !== null) {
|
||||
formData.append("StartDate", dateToISO(dateStart.value));
|
||||
formData.append("startDate", dateToISO(dateStart.value));
|
||||
}
|
||||
if (dateEnd.value !== null) {
|
||||
formData.append("EndDate", dateToISO(dateEnd.value));
|
||||
formData.append("endDate", dateToISO(dateEnd.value));
|
||||
}
|
||||
formData.append("Files", files.value);
|
||||
formData.append("file", files.value);
|
||||
console.log(formData);
|
||||
showLoader();
|
||||
await http
|
||||
|
|
|
|||
|
|
@ -371,7 +371,7 @@ const paginationLabel = (start: string, end: string, total: string) => {
|
|||
flat
|
||||
round
|
||||
color="red"
|
||||
@click="clickDelete(props.row.id)"
|
||||
@click="clickDelete(props.row.period_id)"
|
||||
icon="mdi-delete"
|
||||
>
|
||||
<q-tooltip>ลบข้อมูล</q-tooltip>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue