uu
This commit is contained in:
parent
b46bce64f9
commit
698000d8a9
@ -10,7 +10,9 @@
|
||||
</u-row>
|
||||
<u-row custom-style="margin-top:20rpx;">
|
||||
<view style="flex: 1;">
|
||||
<tpx-select v-model:resObject="siteRes" :getListFun="getNextStationList" :transKeyVal="{valKey: 'destSite',titleKey: 'destSiteName'}" v-model:value="submitParam.preOrNextStationCode" mode="drop" placeholder="请选择下一网点"></tpx-select>
|
||||
<tpx-select v-model:resObject="siteRes" :getListFun="getNextStationList" :transKeyVal="{valKey: 'destSite',titleKey: 'destSiteName'}"
|
||||
v-model:value="submitParam.preOrNextStationCode" :searchParam="siteSearchParam" mode="drop" placeholder="请选择下一网点"
|
||||
></tpx-select>
|
||||
</view>
|
||||
</u-row>
|
||||
<u-row custom-style="margin-top:20rpx;">
|
||||
@ -82,7 +84,9 @@
|
||||
}
|
||||
},
|
||||
computed: {
|
||||
|
||||
siteSearchParam(){
|
||||
return { transType: 3 }
|
||||
}
|
||||
},
|
||||
data() {
|
||||
return {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user