From 3250e7729c2660a1f8951d35d1163b702efd9b4f Mon Sep 17 00:00:00 2001
From: wl <173@qq.com>
Date: 星期三, 04 一月 2023 14:01:28 +0800
Subject: [PATCH] fix:消息保存消息发送
---
src/views/systemSetting/device/point/index.vue | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/src/views/systemSetting/device/point/index.vue b/src/views/systemSetting/device/point/index.vue
index 86f450f..868c4d3 100644
--- a/src/views/systemSetting/device/point/index.vue
+++ b/src/views/systemSetting/device/point/index.vue
@@ -146,7 +146,7 @@
},
},
beforeDestroy() {
- videoList.forEach((element) => {
+ this.videoList.forEach((element) => {
element.push();
});
},
--
Gitblit v1.8.0