no message

This commit is contained in:
DESKTOP-1R2VSQH\Lenovo ThinkPad E490 2023-09-22 16:10:28 +07:00
parent 7aa623dfbd
commit cc15a46d7d
2 changed files with 5 additions and 1 deletions

View file

@ -530,6 +530,7 @@ const selectPerson = (person) => {
dataPerson.level = person.level;
};
const clearForm = () => {
filterKeyword2.value = "";
dataPerson.id = "";
dataPerson.position = "";
dataPerson.organizationOrganization = "";

View file

@ -282,6 +282,8 @@ const directorApproved = async () => {
const backToEditinsignia2Role = async () => {
dialogConfirm($q, async () => {
console.log("รอ API");
closepopupBackToInsignia2Role();
success($q, " ตีกลับรอบการเสนอขอ รอ API");
});
};
//
@ -328,6 +330,7 @@ const uploadFile = async (event: any) => {
//
const downloadFile = async () => {
console.log("downloadFile : รอ API");
success($q, "downloadFile : รอ API");
};
</script>
@ -569,7 +572,7 @@ const downloadFile = async () => {
/>
<DialogPopupReason
:modal="modalbackInsignia2Role"
title="หมายเหตุการตีกลับssss"
title="หมายเหตุการตีกลับ"
label="หมายเหตุ"
:click-close="closepopupBackToInsignia2Role"
:savaForm="backToEditinsignia2Role"