|
|
|
@ -325,7 +325,6 @@
|
|
|
|
|
this.files = [];
|
|
|
|
|
const id = row.id || this.ids
|
|
|
|
|
getYtlc(id).then(response => {
|
|
|
|
|
console.log(response,'response')
|
|
|
|
|
this.form = response.data;
|
|
|
|
|
let arr1 = this.form.fileName.split(',');
|
|
|
|
|
let arr2 = this.form.fileUrl.split(',');
|
|
|
|
@ -339,7 +338,6 @@
|
|
|
|
|
} else {
|
|
|
|
|
this.files = [];
|
|
|
|
|
}
|
|
|
|
|
console.log(this.files,'this.files')
|
|
|
|
|
this.infoOpen = true;
|
|
|
|
|
this.infoTitle = "查看约谈流程详情"
|
|
|
|
|
});
|
|
|
|
|