基本配置修改 优化
This commit is contained in:
parent
1e61cf7d13
commit
1b8c4b28d0
|
|
@ -283,7 +283,6 @@ export default {
|
||||||
this.loading = true;
|
this.loading = true;
|
||||||
// 取最后一级 orgId
|
// 取最后一级 orgId
|
||||||
this.queryParams.selectedOrg = this.getSelectedOrgIds(); // 二级或三级下的所有 id
|
this.queryParams.selectedOrg = this.getSelectedOrgIds(); // 二级或三级下的所有 id
|
||||||
console.log("11111"+ this.queryParams.selectedOrg)
|
|
||||||
// queryParams.orgPath = this.selectedOrg.join(',');
|
// queryParams.orgPath = this.selectedOrg.join(',');
|
||||||
peoplelistRecord(this.queryParams).then(res => {
|
peoplelistRecord(this.queryParams).then(res => {
|
||||||
this.tableData = res.rows || [];
|
this.tableData = res.rows || [];
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue