fix fetch ช้อมูลรายการออกคำสั่ง
This commit is contained in:
parent
5fb8c24263
commit
f1c056fc8d
31 changed files with 69 additions and 32 deletions
|
|
@ -832,13 +832,13 @@ async function getWorkFlow() {
|
|||
"positionCandidate",
|
||||
];
|
||||
}
|
||||
hideLoader();
|
||||
})
|
||||
.catch((e) => {
|
||||
messageError($q, e);
|
||||
hideLoader();
|
||||
})
|
||||
.finally(() => {});
|
||||
.finally(() => {
|
||||
hideLoader();
|
||||
});
|
||||
}
|
||||
|
||||
function onclickViewinfo(id: string) {
|
||||
|
|
@ -1716,7 +1716,11 @@ onMounted(async () => {
|
|||
</q-card>
|
||||
</q-dialog>
|
||||
|
||||
<DialogOrders v-model:modal="modalOrder" :rows="rowsOrder" />
|
||||
<DialogOrders
|
||||
v-model:modal="modalOrder"
|
||||
:rows="rowsOrder"
|
||||
:fetch-data="getTable"
|
||||
/>
|
||||
<PopupPersonal
|
||||
:modal="modalPersonal"
|
||||
:id="personalId"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue