แก้ไข กรณี แก้ไข + ยกเลิก
ค่าที่เราแก้ไขต้องกลับมาเหมือนก่อนที่เราจะแก้
This commit is contained in:
parent
45632a9bff
commit
f73184531e
4 changed files with 25 additions and 5 deletions
|
|
@ -258,6 +258,11 @@ const redirectToRegistry = (id: string) => {
|
|||
router.push(`/registry/${id}`);
|
||||
};
|
||||
|
||||
const clickCancel = async () => {
|
||||
await fetchData(id.value);
|
||||
edit.value = false;
|
||||
};
|
||||
|
||||
const conditionSave = () => {
|
||||
if (myForm.value !== null) {
|
||||
myForm.value.validate().then((success) => {
|
||||
|
|
@ -665,7 +670,7 @@ const statusOrder = (val: boolean) => {
|
|||
class="q-px-sm"
|
||||
label="ยกเลิก"
|
||||
style="width: 80px"
|
||||
@click="edit = !edit"
|
||||
@click="clickCancel"
|
||||
/>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue