update workflow
This commit is contained in:
parent
7daa163b55
commit
f0061b18c2
4 changed files with 34 additions and 25 deletions
|
|
@ -227,7 +227,7 @@ async function fileDownload(no: number, type: string, fileName: string) {
|
|||
}
|
||||
|
||||
/** ฟังก์ชันยืนยันการส่งคำร้องไปยัง สกจ.*/
|
||||
function confirmMessage() {
|
||||
function onUpdateStatus() {
|
||||
dialogConfirm(
|
||||
$q,
|
||||
async () => {
|
||||
|
|
@ -236,7 +236,7 @@ function confirmMessage() {
|
|||
.get(config.API.transferConfirmId(transferId.value))
|
||||
.then(async () => {
|
||||
await getData();
|
||||
success($q, "ส่งคำร้องข้อมูลสำเร็จ");
|
||||
// success($q, "ส่งคำร้องข้อมูลสำเร็จ");
|
||||
})
|
||||
.catch((e) => {
|
||||
messageError($q, e);
|
||||
|
|
@ -697,6 +697,7 @@ onMounted(async () => {
|
|||
v-model:is-check-data="isCheckData"
|
||||
:id="transferId"
|
||||
:sys-name="'PLACEMENT_TRANSFER'"
|
||||
:onUpdateStatus="onUpdateStatus"
|
||||
/>
|
||||
</div>
|
||||
</template>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue