wjx 3 týždňov pred
rodič
commit
f0eb77ee1b

+ 1 - 1
src/api/system/group.js

@@ -3,7 +3,7 @@ import request from '@/utils/request'
 // 获取全部用户组
 // 获取全部用户组
 export function getGroupAll() {
 export function getGroupAll() {
     return request({
     return request({
-        url: '/erp/userGroup/all',
+        url: '/erp/userBusinessGroup/all',
         method: 'get',
         method: 'get',
     })
     })
 }
 }

+ 0 - 1
src/views/accounts/corpWechat/index.vue

@@ -109,7 +109,6 @@
             </el-table-column>
             </el-table-column>
             <el-table-column label="授权时间" prop="createTime" width="130" :show-overflow-tooltip="true" />
             <el-table-column label="授权时间" prop="createTime" width="130" :show-overflow-tooltip="true" />
             <el-table-column label="用户分组" prop="sysUserGroupList" width="150" :show-overflow-tooltip="true">
             <el-table-column label="用户分组" prop="sysUserGroupList" width="150" :show-overflow-tooltip="true">
-
                 <template slot-scope="scope">
                 <template slot-scope="scope">
                     <div v-if="scope.row.sysUserGroupList"><span v-for="(item, index) in scope.row.sysUserGroupList"
                     <div v-if="scope.row.sysUserGroupList"><span v-for="(item, index) in scope.row.sysUserGroupList"
                             :key="item.id"><i v-if="index > 0">,</i>{{ item.groupName }}</span></div>
                             :key="item.id"><i v-if="index > 0">,</i>{{ item.groupName }}</span></div>