Browse Source

获取公司

Shannon_mu 3 years ago
parent
commit
50cee23e1b
1 changed files with 1 additions and 1 deletions
  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);