diff --git a/dist.zip b/dist.zip
index be4a8d6..1262a24 100644
--- a/dist.zip
+++ b/dist.zip
Binary files differ
diff --git a/dist.zip b/dist.zip
index be4a8d6..1262a24 100644
--- a/dist.zip
+++ b/dist.zip
Binary files differ
diff --git a/src/components/LED/LEDConfig.vue b/src/components/LED/LEDConfig.vue
index 820c265..6ae3e39 100644
--- a/src/components/LED/LEDConfig.vue
+++ b/src/components/LED/LEDConfig.vue
@@ -40,7 +40,12 @@
-
+
+
+ 在线
+ 离线
+
+
推送
@@ -364,6 +369,7 @@
// 点积分组
loadProjectUser(vId) {
this.SiteOptions = [];
+ this.Site = "";
this.$http
.post(this.nozzle.subtitlesledQuerySiteGroup, {
parentId: vId
@@ -379,6 +385,7 @@
message: "无站点",
type: "warning"
});
+ this.list = [];
}
})
.catch(response => {