修复冲突

This commit is contained in:
huangdeliang
2021-03-11 18:51:29 +08:00
parent fd05af8a6b
commit c6a3a9da2e
3 changed files with 2 additions and 265 deletions

View File

@ -392,7 +392,7 @@
return;
}
if(this.form.id != null){
console.log(this.form.caseFileName.length);
// console.log(this.form.caseFileName.length);
updateCustomerCase(this.form).then(response => {
if (response.code === 200) {
this.$refs["editUploadCaseFile"].uploadReset();