no message

This commit is contained in:
setthawutttty 2023-06-07 16:08:28 +07:00
parent c9d89be624
commit fbdfd4594d
3 changed files with 72 additions and 57 deletions

View file

@ -13,18 +13,7 @@
<q-tooltip>แกไขขอม</q-tooltip>
</q-btn>
<div v-else>
<!-- <q-btn
flat
round
:disabled="!editvisible"
:outline="!editvisible"
:color="!editvisible ? 'grey-7' : 'red'"
@click="cancel()"
icon="mdi-undo"
v-if="modalEdit == true"
>
<q-tooltip>ยกเล</q-tooltip>
</q-btn> -->
<q-btn
flat
round
@ -80,11 +69,6 @@ const edit = async () => {
const checkSave = () => {
props.validate();
props.save();
// if (myForm.value !== null) {
// myForm.value.validate().then((success) => {
// if (success) {
// }
// });
// }
};
</script>