diff --git a/src/store/modules/dashboard.ts b/src/store/modules/dashboard.ts index 0f485c1f..769d0f1c 100644 --- a/src/store/modules/dashboard.ts +++ b/src/store/modules/dashboard.ts @@ -73,6 +73,7 @@ export const dashboardStore = defineStore({ sessionStorage.setItem("dashboards", JSON.stringify(list)); }, setCurrentDashboard(item: DashboardItem) { + console.log(item); this.currentDashboard = item; }, addControl(type: string) { diff --git a/src/views/Layer.vue b/src/views/Layer.vue index b7f3210c..3a2f1f69 100644 --- a/src/views/Layer.vue +++ b/src/views/Layer.vue @@ -13,23 +13,23 @@ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. --> diff --git a/src/views/dashboard/Edit.vue b/src/views/dashboard/Edit.vue index eb62f74c..85a00091 100644 --- a/src/views/dashboard/Edit.vue +++ b/src/views/dashboard/Edit.vue @@ -13,9 +13,10 @@ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. -->