增加服务分组管理

This commit is contained in:
刘祥超
2020-10-29 20:53:08 +08:00
parent 181976f79f
commit f711a52288
22 changed files with 403 additions and 32 deletions

View File

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