Browse Source

修改参数

plg 4 weeks ago
parent
commit
2855193f74
1 changed files with 2 additions and 1 deletions
  1. 2 1
      src/views/manage/generalSituation.vue

+ 2 - 1
src/views/manage/generalSituation.vue

@@ -595,7 +595,8 @@ export default {
     },
     //根据组织编号查询总人数
     queryAllPeople() {
-      let url = `/user/countUserByOrgNo?orgNo=${this.userInfo.orgNo}`;
+      let a ='1'
+      let url = `/user/countUserByOrgNo?orgNo=${this.userInfo.orgNo}&roleType=${a}`;
       this.$http.get(url, {}, (res) => {
         if (res && res.code == 200) {
           this.peopleData = res.data;