...
|
...
|
@@ -62,7 +62,7 @@ export default { |
|
|
username: localStorage.getItem("lgn"),
|
|
|
};
|
|
|
proxy.$http.get("/api-web/bOpsProject/getTree", params, function (res) {
|
|
|
if (res && res.data) {
|
|
|
if (res && res.data && res.data.length > 0) {
|
|
|
dataSource.value = res.data;
|
|
|
projectId.value = res.data[0].dataList[0].id;
|
|
|
treeNode.value = res.data[0];
|
...
|
...
|
|