Showing
1 changed file
with
1 additions
and
1 deletions
@@ -47,7 +47,7 @@ export default { | @@ -47,7 +47,7 @@ export default { | ||
47 | // 获取表格数据 | 47 | // 获取表格数据 |
48 | let getPage = () => { | 48 | let getPage = () => { |
49 | proxy.$http.get("/api-web/bOpsPerson/search", { | 49 | proxy.$http.get("/api-web/bOpsPerson/search", { |
50 | - "nickname": props.parentNode.label, | 50 | + "id": props.parentNode.id, |
51 | "projectId": props.projectId | 51 | "projectId": props.projectId |
52 | }, function (res) { | 52 | }, function (res) { |
53 | if (res && res.object) { | 53 | if (res && res.object) { |
-
Please register or login to post a comment