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