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