소스 검색

用户管理团队信息

qymljy 2 년 전
부모
커밋
649f1db869
1개의 변경된 파일2개의 추가작업 그리고 6개의 파일을 삭제
  1. 2 6
      src/HManagement/accountManage/modules/teamInformation/detail.vue

+ 2 - 6
src/HManagement/accountManage/modules/teamInformation/detail.vue

@@ -99,19 +99,15 @@ export default {
       param:{
         "id": 20230302174201,
         "content": {
-          "pageNumber": 1,
-          "pageSize": 20,
           "leaderuserid":'',
-          "where": {
-            "condition": "",
-          }
         }
       }
     }
   },
   methods:{
     async listData(){
-      this.param.content.leaderuserid = this.createuserid
+
+      this.param.content.leaderuserid = this.data.createuserid
       const res = await this.$api.requested(this.param)
       this.list = res.data
       this.total = res.total