mirror of
https://gitee.com/dotnetchina/OpenAuth.Net.git
synced 2025-09-20 18:47:55 +08:00
routine update
This commit is contained in:
@@ -1,4 +1,8 @@
|
||||
@model dynamic
|
||||
@*
|
||||
选择多个模块ID,以ids的形式返回
|
||||
*@
|
||||
|
||||
@model dynamic
|
||||
|
||||
@{
|
||||
ViewBag.Title = "title";
|
||||
@@ -23,11 +27,6 @@
|
||||
|
||||
<script type="text/javascript">
|
||||
|
||||
//function zTreeOnClick(event, treeId, treeNode) {
|
||||
// var selected = "{ParentName:'" + treeNode.Name + "', ParentId:" + treeNode.Id + "}";
|
||||
// $("#btnSelected").attr("data-args",selected);
|
||||
//}
|
||||
|
||||
$(document).ready(function () {
|
||||
Init();
|
||||
});
|
||||
@@ -74,7 +73,7 @@
|
||||
ids = ids.substr(1);
|
||||
}
|
||||
|
||||
$("#btnSelected").attr("data-args", ids);
|
||||
$("#btnSelected").attr("data-args", "{ ids: '" + ids + "' }");
|
||||
}
|
||||
function zTreeOnClick(event, treeId, treeNode) {
|
||||
var zTree = $.fn.zTree.getZTreeObj(treeId);
|
||||
|
Reference in New Issue
Block a user