完成分类列表处理

This commit is contained in:
yubaolee
2016-10-14 17:03:18 +08:00
parent 9606a71f72
commit 7f7c0f891a
14 changed files with 710 additions and 288 deletions

View File

@@ -4,7 +4,7 @@
});
});
//左边分类导航
//左边导航
var ztree = function () {
var url = '/OrgManager/LoadOrg';
var setting = {
@@ -212,6 +212,7 @@ var editDlg = function () {
show();
vm.$set('$data', null);
vm.$set('Id', '00000000-0000-0000-0000-000000000000');
vm.$set('SortNo', 0);
},
update: function (ret) { //弹出编辑框
update = true;
@@ -252,6 +253,4 @@ function add() {
function refresh() {
list.reload();
}
//@@ sourceURL=OrgManager.js
}