เลือกตำแหน่รายการอื่นๆ
This commit is contained in:
parent
6fa064bb7c
commit
e61eb15d66
3 changed files with 7 additions and 3 deletions
|
|
@ -163,6 +163,8 @@ export default {
|
||||||
otherPosition: (id: string) => `${placemenOther}/position/${id}`,
|
otherPosition: (id: string) => `${placemenOther}/position/${id}`,
|
||||||
otherReport: (id: string) => `${placemenOther}/report/${id}`,
|
otherReport: (id: string) => `${placemenOther}/report/${id}`,
|
||||||
otherByid: (id: string) => `${placemenOther}/${id}`,
|
otherByid: (id: string) => `${placemenOther}/${id}`,
|
||||||
|
otherPositionUse: () => `${placemenOther}/use`,
|
||||||
|
|
||||||
|
|
||||||
userPlacement: (id: string) => `${placement}/user/${id}`,
|
userPlacement: (id: string) => `${placement}/user/${id}`,
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -444,6 +444,8 @@ function fetchPositionUes() {
|
||||||
? config.API.apppointmentPosition()
|
? config.API.apppointmentPosition()
|
||||||
: route.name === "receive"
|
: route.name === "receive"
|
||||||
? config.API.receiveDataPosition()
|
? config.API.receiveDataPosition()
|
||||||
|
: route.name === "other"
|
||||||
|
? config.API.otherPositionUse()
|
||||||
: null;
|
: null;
|
||||||
if (URL) {
|
if (URL) {
|
||||||
http
|
http
|
||||||
|
|
|
||||||
|
|
@ -510,9 +510,9 @@ onMounted(() => {
|
||||||
:title="`เลือกหน่วยงานที่บรรจุกลับ`"
|
:title="`เลือกหน่วยงานที่บรรจุกลับ`"
|
||||||
v-model:modal="modalSelectOrg"
|
v-model:modal="modalSelectOrg"
|
||||||
v-model:type="type"
|
v-model:type="type"
|
||||||
:pos-type="posType"
|
:pos-type="''"
|
||||||
:pos-level="posLevel"
|
:pos-level="''"
|
||||||
:position="position"
|
:position="''"
|
||||||
:data-rows="dataRows"
|
:data-rows="dataRows"
|
||||||
:onSubmit="onSaveSelectOrg"
|
:onSubmit="onSaveSelectOrg"
|
||||||
/>
|
/>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue