fixing code workflow & get assign

This commit is contained in:
Warunee Tamkoo 2024-10-29 12:33:18 +07:00
parent 2bcbbe8c9f
commit 082debf2e5
7 changed files with 11 additions and 33 deletions

View file

@ -808,7 +808,7 @@ onMounted(async () => {
ref="workflowRef"
:id="paramsId"
v-model:is-check-data="isCheckData"
sys-name="LEAVE_LIST"
sys-name="SYS_LEAVE_LIST"
/>
</div>
</div>

View file

@ -709,7 +709,11 @@ async function onClickDownloadFile(id: string, fileName: string, type: string) {
<!-- Workflow -->
<div class="col-xs-12 col-sm-12">
<WorkFlow ref="workflowRef" :id="paramsId" sys-name="LEAVE_LIST" />
<WorkFlow
ref="workflowRef"
:id="paramsId"
sys-name="SYS_LEAVE_LIST"
/>
</div>
</div>
</div>