Merge branch 'dev' of http://git.xayunmei.com/SH-Arbitrate/Mediation-Frontend into hcb
This commit is contained in:
@@ -92,8 +92,16 @@
|
||||
</el-form-item>
|
||||
</el-col>
|
||||
<el-col :span="24" v-if="modelFlag">
|
||||
<el-form-item label="证据">
|
||||
<div v-for="(item, index) in formData.caseAttachList" :key="index">
|
||||
<el-form-item label="证据:">
|
||||
<div v-for="(item, index) in formData.caseAttachList" :key="index" v-if="item.annexType==2">
|
||||
<div style="color: blue;cursor: pointer;" @click="fileDetil(item.annexPath)">{{
|
||||
item.annexName }}</div>
|
||||
</div>
|
||||
</el-form-item>
|
||||
</el-col>
|
||||
<el-col :span="24" v-if="modelFlag">
|
||||
<el-form-item label="调解书:">
|
||||
<div v-for="(item, index) in formData.caseAttachList" :key="index" v-if="item.annexType==7">
|
||||
<div style="color: blue;cursor: pointer;" @click="fileDetil(item.annexPath)">{{
|
||||
item.annexName }}</div>
|
||||
</div>
|
||||
@@ -424,6 +432,7 @@ export default {
|
||||
this.respondentEvidence = [];
|
||||
caseApplicationSelectById({ id: data }).then((res => {
|
||||
this.formData = res.data;
|
||||
console.log(this.formData)
|
||||
this.formData.caseAttachList.forEach(item => {
|
||||
if (item.annexType == 2) {
|
||||
this.applicantEvidence.push(item)
|
||||
|
||||
Reference in New Issue
Block a user