mirror of
https://github.com/IoTManagerProject/IoTManagerWeb.git
synced 2026-03-30 20:09:24 +03:00
...
This commit is contained in:
@@ -542,7 +542,7 @@ class WebSocketManager {
|
|||||||
//формируем json всех карточек
|
//формируем json всех карточек
|
||||||
this.pages = [];
|
this.pages = [];
|
||||||
const newPage = Array.from(new Set(Array.from(this.layoutJson, ({ page }) => page)));
|
const newPage = Array.from(new Set(Array.from(this.layoutJson, ({ page }) => page)));
|
||||||
newPage.forEach(function (item, i, arr) {
|
newPage.forEach((item, i, arr) => {
|
||||||
this.pages = [
|
this.pages = [
|
||||||
...this.pages,
|
...this.pages,
|
||||||
JSON.parse(
|
JSON.parse(
|
||||||
|
|||||||
Reference in New Issue
Block a user