小程序选择调解员回显 #43
@@ -176,11 +176,11 @@
|
||||
:key="item.mediatorId">
|
||||
<view>
|
||||
<checkbox color="blue" style="transform:scale(0.7)"
|
||||
:value="item.mediatorId + ''" />
|
||||
:value="item.mediatorId + ''" :checked="item.echoFlag" />
|
||||
</view>
|
||||
<view class="main">
|
||||
<view class="">
|
||||
仲裁员姓名:{{item.mediatorName}}
|
||||
调解员:{{item.mediatorName}}
|
||||
</view>
|
||||
<view class="">
|
||||
专业:{{item.specialty || '暂无信息'}}
|
||||
@@ -239,7 +239,7 @@
|
||||
</view>
|
||||
</view>
|
||||
<view class="" style="margin-top: 40rpx;">
|
||||
<view>仲裁申请书</view>
|
||||
<view>调解申请书</view>
|
||||
<view v-for="item in formData.caseAttachList">
|
||||
<uni-link v-if="item.annexType==3" :href="item.annexPath" color="#007BFF"
|
||||
:text="item.annexName"></uni-link>
|
||||
@@ -511,8 +511,8 @@
|
||||
})
|
||||
},
|
||||
// 获取仲裁员列表
|
||||
getArbitratorList() {
|
||||
arbitratorList().then(res => {
|
||||
getArbitratorList(val) {
|
||||
arbitratorList({caseAppliId: val}).then(res => {
|
||||
this.items = res.data;
|
||||
})
|
||||
},
|
||||
@@ -593,7 +593,7 @@
|
||||
this.sysType = uni.getStorageSync('sysType')
|
||||
this.getData(data.id);
|
||||
this.subnitForm.caseId = Number(data.id);
|
||||
this.getArbitratorList()
|
||||
this.getArbitratorList(data.id)
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user