เลือกตำแหน่รายการอื่นๆ

This commit is contained in:
DESKTOP-1R2VSQH\Lenovo ThinkPad E490 2025-03-29 00:14:54 +07:00
parent 6fa064bb7c
commit e61eb15d66
3 changed files with 7 additions and 3 deletions

View file

@ -163,6 +163,8 @@ export default {
otherPosition: (id: string) => `${placemenOther}/position/${id}`,
otherReport: (id: string) => `${placemenOther}/report/${id}`,
otherByid: (id: string) => `${placemenOther}/${id}`,
otherPositionUse: () => `${placemenOther}/use`,
userPlacement: (id: string) => `${placement}/user/${id}`,

View file

@ -444,6 +444,8 @@ function fetchPositionUes() {
? config.API.apppointmentPosition()
: route.name === "receive"
? config.API.receiveDataPosition()
: route.name === "other"
? config.API.otherPositionUse()
: null;
if (URL) {
http

View file

@ -510,9 +510,9 @@ onMounted(() => {
:title="`เลือกหน่วยงานที่บรรจุกลับ`"
v-model:modal="modalSelectOrg"
v-model:type="type"
:pos-type="posType"
:pos-level="posLevel"
:position="position"
:pos-type="''"
:pos-level="''"
:position="''"
:data-rows="dataRows"
:onSubmit="onSaveSelectOrg"
/>