Commit d44fcdbd by fsn

删除多余代码

parent 355f5909
......@@ -135,5 +135,4 @@ $(function() {
var ztree = new $ZTree("parentDeptMenuTree", "/dept/tree");
ztree.bindOnClick(DeptInfoDlg.onClickDept);
ztree.init();
instance = ztree;
});
......@@ -106,10 +106,3 @@ DictInfoDlg.editSubmit = function () {
ajax.set('dictValues',this.mutiString);
ajax.start();
};
$(function () {
var ztree = new $ZTree("parentDeptMenuTree", "/dept/tree");
ztree.bindOnClick(DictInfoDlg.onClickDept);
ztree.init();
instance = ztree;
});
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment