去掉console

lvtianfang
吕天方 2 years ago
parent e63ff33e2b
commit 55e952dcd8

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

Loading…
Cancel
Save