refactor: refs #7354 reverse deliveryPanel changes
gitea/salix-front/pipeline/pr-dev This commit looks good
Details
gitea/salix-front/pipeline/pr-dev This commit looks good
Details
This commit is contained in:
parent
d7f8b11da7
commit
74bc4eb7db
|
@ -121,11 +121,7 @@ onMounted(async () => {
|
|||
)
|
||||
"
|
||||
v-model="formData.agencyModeFk"
|
||||
:url="
|
||||
deliveryMethodFk === 'delivery'
|
||||
? 'AgencyModes/isActive'
|
||||
: 'Warehouses'
|
||||
"
|
||||
url="AgencyModes/isActive"
|
||||
:fields="['id', 'name']"
|
||||
:where="{
|
||||
deliveryMethodFk: { inq: deliveryMethods },
|
||||
|
|
Loading…
Reference in New Issue