ปรับ ui เครื่องราชฯ เหรียญจักรพรรดิมาลา (รอบการเสนอขอ)
This commit is contained in:
parent
6f951f6b29
commit
94e6134e56
9 changed files with 254 additions and 202 deletions
|
|
@ -95,7 +95,7 @@
|
|||
class="q-px-sm"
|
||||
label="ยกเลิก"
|
||||
style="width: 80px"
|
||||
@click="edit = !edit"
|
||||
@click="cancelBtn"
|
||||
/>
|
||||
</div>
|
||||
</div>
|
||||
|
|
@ -429,6 +429,10 @@ const conditionSave = async () => {
|
|||
});
|
||||
}
|
||||
};
|
||||
const cancelBtn = () => {
|
||||
edit.value=!edit
|
||||
getData()
|
||||
}
|
||||
const saveData = async () => {
|
||||
const body = {
|
||||
organization: organization.value,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue