可以在创建、修改节点的时候选择分组,可以根据分组筛选节点

This commit is contained in:
GoEdgeLab
2020-10-28 20:00:27 +08:00
parent 7aa62ea822
commit d68a49cb41
21 changed files with 310 additions and 33 deletions

View File

@@ -0,0 +1,8 @@
Tea.context(function () {
this.success = NotifyPopup
this.groupId = 0
this.selectGroup = function (group) {
this.groupId = group.id
}
})