mirror of
https://github.com/apache/skywalking-booster-ui.git
synced 2025-05-02 06:34:01 +00:00
fix: data (#240)
This commit is contained in:
parent
220525a2d9
commit
5cc913a332
@ -128,7 +128,7 @@ limitations under the License. -->
|
||||
}
|
||||
|
||||
function processTree(arr: StackElement[]) {
|
||||
const copyArr = (window as any).structuredClone(arr);
|
||||
const copyArr = JSON.parse(JSON.stringify(arr));
|
||||
const obj: any = {};
|
||||
let res = null;
|
||||
for (const item of copyArr) {
|
||||
|
Loading…
Reference in New Issue
Block a user