mirror of
https://github.com/TeaOSLab/EdgeAdmin.git
synced 2025-11-07 15:20:25 +08:00
可以在集群中查看待安装节点、并直接安装节点
This commit is contained in:
@@ -2,7 +2,7 @@ Vue.component("values-box", {
|
||||
props: ["values", "size", "maxlength", "name"],
|
||||
data: function () {
|
||||
let values = this.values;
|
||||
if (typeof (values) != "object") {
|
||||
if (values == null) {
|
||||
values = [];
|
||||
}
|
||||
return {
|
||||
|
||||
Reference in New Issue
Block a user