This commit is contained in:
hanchaobo
2024-03-19 20:33:10 +08:00
@@ -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) {