Authored by linlong

update

... ... @@ -190,9 +190,8 @@ $(document).on('click', '.add-sub-category', function() {
data.curParent = res.data.categoryName;
data.subCategoryName = res.data.categoryName;
data.parentId = res.data.categoryId;
data.sub="sub"; //添加子分类时不允许编辑BLK判断用
data.appType= res.data.appType;
initForm(data);
console.info(data.parentId);
tabTreeArr = [];
tabTree = new common.tabTree(".sortTree", {
status: 1,
... ...