Merge branch 'gyj' of SH-Arbitrate/Mediation-Frontend into dev
This commit was merged in pull request #91.
This commit is contained in:
@@ -230,7 +230,13 @@ export default {
|
||||
/** 获取案件详情信息 */
|
||||
caseApplicationSelectByIdFn(data) {
|
||||
caseApplicationSelectById(data).then(res => {
|
||||
this.formData = res.data;
|
||||
if(res.data.mediaResult){
|
||||
this.formData = res.data;
|
||||
}else{
|
||||
this.$nextTick(this.filedata,"mediaResult",1)
|
||||
}
|
||||
|
||||
console.log(this.formData)
|
||||
this.applicateArr = res.data.caseAttachList;
|
||||
res.data.caseAttachList.forEach(item => {
|
||||
if (item.annexType == 6) {
|
||||
|
||||
Reference in New Issue
Block a user