完成后台小组管理相关内容,添加新建小组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

@@ -53,6 +53,7 @@ require(["jquery", "avalon", "csrfToken", "bsAlert", "validator"], function ($,
})
},
showGroupListPage: function () {
avalon.vmodels.admin.template_url = "template/group/group.html";
vm.$fire("up!showGroupListPage");
}
});