|
@@ -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;
|