Browse Source

fix:行政组织,选择区划,保存补上

dlt_manageScope_0428
wxz 2 years ago
parent
commit
a21e7d865a
  1. 1
      src/views/modules/base/organization/organization.vue

1
src/views/modules/base/organization/organization.vue

@ -2716,6 +2716,7 @@ export default {
contacts: this.OrgDetailsForm.contacts, contacts: this.OrgDetailsForm.contacts,
mobile: this.OrgDetailsForm.mobile, mobile: this.OrgDetailsForm.mobile,
code: this.OrgDetailsForm.code, code: this.OrgDetailsForm.code,
areaCode: this.OrgDetailsForm.areaCode,
latitude: this.latitude, latitude: this.latitude,
longitude: this.longitude, longitude: this.longitude,
}; };

Loading…
Cancel
Save