完成后台小组管理相关内容,添加新建小组UI,添加到小组详细的连接

This commit is contained in:
sxw
2015-12-05 13:26:09 +08:00
parent f2f124e462
commit c2597a6647
6 changed files with 66 additions and 15 deletions

View File

@@ -103,14 +103,7 @@ require(["jquery", "avalon", "csrfToken", "bsAlert", "bootstrap"], function ($,
}
});
vm.$watch("showGroupDetailPage", function (groupId) {
vm.groupId = groupId;
vm.template_url = "template/group/group_detail.html";
});
vm.$watch("showGroupListPage", function () {
vm.template_url = "template/group/group.html";
});
avalon.scan();