API สำหรับส่งคนไปออกคำสั่ง

This commit is contained in:
DESKTOP-1R2VSQH\Lenovo ThinkPad E490 2024-10-02 14:59:45 +07:00
parent 6d5794f124
commit 90c2956e74
16 changed files with 58 additions and 54 deletions

View file

@ -255,6 +255,6 @@ watch(
<DialogCreateCommand
v-model:modal="modalCommand"
command-type-code="C-PM-13"
:persons-id="selected.map((r) => r.id)"
:persons="selected"
/>
</template>