소스 검색

获取公司

Shannon_mu 3 년 전
부모
커밋
50cee23e1b
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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);