mirror of
https://github.com/TeaOSLab/EdgeAdmin.git
synced 2025-11-06 06:40:27 +08:00
实现健康检查配置、立即执行健康检查
This commit is contained in:
@@ -37,10 +37,12 @@ Vue.component("values-box", {
|
||||
} else {
|
||||
this.vValues.push(this.value);
|
||||
}
|
||||
this.cancel();
|
||||
this.cancel()
|
||||
this.$emit("change", this.vValues)
|
||||
},
|
||||
remove: function (index) {
|
||||
this.vValues.$remove(index);
|
||||
this.vValues.$remove(index)
|
||||
this.$emit("change", this.vValues)
|
||||
},
|
||||
cancel: function () {
|
||||
this.isUpdating = false;
|
||||
|
||||
Reference in New Issue
Block a user