@@ -455,7 +455,7 @@ export default {
title:"客户详情",
open:false,
},
- photoArr:'',
+ photoArr:null,
certificateDialig:{
title:"上传凭证",
@@ -601,7 +601,7 @@ export default {
handleCertificates(){
this.certificateDialig.open = true;
- this.photoArr = '';
+ this.photoArr = null;
handleConfirm(){
this.certificateForm.id = this.orderId;