diff --git a/src/views/modules/base/organization/organization.vue b/src/views/modules/base/organization/organization.vue index fd24ae1e6..16d6990a7 100644 --- a/src/views/modules/base/organization/organization.vue +++ b/src/views/modules/base/organization/organization.vue @@ -413,7 +413,7 @@ - + @@ -2446,12 +2446,12 @@ remark: this.agencyForm.remark, latitude: this.latitude, longitude: this.longitude, - secretaryName: this.secretaryName, - secretaryMobile: this.secretaryMobile, - dutyMobile: this.dutyMobile, - unifiedSocialCreditCode: this.unifiedSocialCreditCode, - unifiedSocialCreditCodeCertificate: this.unifiedSocialCreditCodeCertificate, - fullAddress: this.fullAddress + secretaryName: this.agencyForm.secretaryName, + secretaryMobile: this.agencyForm.secretaryMobile, + dutyMobile: this.agencyForm.dutyMobile, + unifiedSocialCreditCode: this.agencyForm.unifiedSocialCreditCode, + unifiedSocialCreditCodeCertificate: this.agencyForm.unifiedSocialCreditCodeCertificate, + fullAddress: this.agencyForm.fullAddress }; const { data, @@ -2763,6 +2763,7 @@ height: 178px; line-height: 178px; text-align: center; + background-color:#f9f9f9 } .avatar {