...
|
...
|
@@ -736,9 +736,10 @@ |
|
|
},
|
|
|
//获取用户名列表
|
|
|
getUsers() {
|
|
|
let para = {orgtype: "", pageSize: 1000, pageNum: 1};
|
|
|
let data = {orgtype: "",roleName:"",departmentid:""};
|
|
|
let para={pageSize: 1000, pageNum: 1}
|
|
|
this.listLoading = true;
|
|
|
getUserList(para).then((res) => {
|
|
|
getUserList(data,para).then((res) => {
|
|
|
this.usernames = res.data.data.list;
|
|
|
}).catch((error) => {
|
|
|
this.$message.error(error.toString());
|
...
|
...
|
|