|
|
|
@ -450,6 +450,7 @@ export default {
|
|
|
|
|
if (this.editType == 0) {
|
|
|
|
|
this.inputQuery.customerId = getUUID("");
|
|
|
|
|
}else{
|
|
|
|
|
this.customerId=this.inputQuery.customerId
|
|
|
|
|
this.getCompanyCertList();
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
@ -561,6 +562,7 @@ export default {
|
|
|
|
|
this.loading = false;
|
|
|
|
|
if (response.code === 20000) {
|
|
|
|
|
this.inputQuery = response.data;
|
|
|
|
|
this.customerId=val.erpId
|
|
|
|
|
this.selectCorpVisible = false;
|
|
|
|
|
} else {
|
|
|
|
|
this.$message.error(response.message);
|
|
|
|
@ -584,6 +586,7 @@ export default {
|
|
|
|
|
this.editTye = 2;
|
|
|
|
|
} else {
|
|
|
|
|
this.formName = 1;
|
|
|
|
|
this.inputQuery.formData.addType=1;
|
|
|
|
|
this.editTye = 1;
|
|
|
|
|
}
|
|
|
|
|
this.addCertVisible = true;
|
|
|
|
|