Shannon_mu %!s(int64=3) %!d(string=hai) anos
pai
achega
50cee23e1b
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      operationSupport/src/views/communityManagement/index.vue

+ 1 - 1
operationSupport/src/views/communityManagement/index.vue

@@ -145,7 +145,7 @@ export default {
                 .catch(() => {});
         },
         getCompany(type) {
-            this.$http.postForm('/sc-user-center/org/getOrgUserTree', { orgType: type }).then(({ status, data, msg }) => {
+            this.$http.postForm('/sc-user-center/org/getOrgTree', { orgType: type }).then(({ status, data, msg }) => {
                 if (status === 0 && data) {
                     if (type == 'company') {
                         this.$store.commit('setCompanyArray', data);