修改测试bug
This commit is contained in:
@@ -200,9 +200,9 @@ export default {
|
||||
userId: this.userId
|
||||
}).then(res => {
|
||||
this.isSecretaryRole = res.data.isSecretaryRole;
|
||||
if(this.recordArrMediate){
|
||||
this.isSecretaryRole = false
|
||||
}
|
||||
// if(this.recordArrMediate){
|
||||
// this.isSecretaryRole = false
|
||||
// }
|
||||
})
|
||||
},
|
||||
/**上传地址*/
|
||||
|
||||
@@ -14,13 +14,13 @@
|
||||
<el-form-item label="缴费金额:" prop="feePayable">
|
||||
<el-input v-model="form.feePayable" :disabled="true"/>
|
||||
</el-form-item>
|
||||
<el-form-item label="申请人缴费凭证:" v-if="form.caseAttachList.length > 0">
|
||||
<el-form-item label="申请人缴费凭证:" v-if="form.caseAttachList">
|
||||
<div style="color: #104fad;cursor:pointer" v-for="(item, index) in form.caseAttachList" :key="index"
|
||||
@click="preview(item.annexPath)">
|
||||
{{ item.annexName }}
|
||||
</div>
|
||||
</el-form-item>
|
||||
<el-form-item label="被申请人缴费凭证:" v-if="form.resCaseAttachList.length > 0">
|
||||
<el-form-item label="被申请人缴费凭证:" v-if="form.resCaseAttachList">
|
||||
<div style="color: #104fad;cursor:pointer" v-for="(item, index) in form.resCaseAttachList" :key="index"
|
||||
@click="preview(item.annexPath)">
|
||||
{{ item.annexName }}
|
||||
|
||||
Reference in New Issue
Block a user