进件修改

This commit is contained in:
2026-01-17 09:40:18 +08:00
parent 6535b6f580
commit 2bd52f85b9
8 changed files with 151 additions and 78 deletions

View File

@@ -85,8 +85,8 @@
</view>
<view class="form-item " v-if="pro_city_area&&form.bankName">
<view class="title"> 支行</view>
<bankBranchList :query="bankBranchListQuery" v-model:bankBranchName="form.bankBranchName"
v-model:bankBranchCode="form.bankBranchCode"></bankBranchList>
<bankBranchList :query="bankBranchListQuery" v-model:bank_branch_name="form.bankBranchName"
v-model="form.bankBranchCode"></bankBranchList>
</view>
<view class="form-item required">
<view class="title"> 结算卡号</view>
@@ -186,7 +186,7 @@
const regions = ref([])
function getRegionData(arr = []) {
function getRegionData(arr) {
regions.value = arr
}