This commit is contained in:
zhanglipeng
2021-08-31 18:18:51 +08:00
parent 9e079060cf
commit 8ecd50f01c
10 changed files with 15 additions and 15 deletions

View File

@ -293,7 +293,7 @@ export default {
getDeptList() {
listDept(null).then((response) => {
this.deptOptions = response.data;
console.log(response.data);
//console.log(response.data);
});
},
// 用户列表