Toggle navigation
Toggle navigation
This project
Loading...
Sign in
liuloulou
/
yohobuy-portal-fe2
·
Commits
Go to a project
GitLab
Go to dashboard
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
linlong
9 years ago
Commit
b20cdbada4f72789ecbf90082a8971507f2965df
1 parent
49a0dd1e
update
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
2 deletions
code/static/js.jquery/module/operations/salecategory/Index.js
code/static/js.jquery/module/operations/salecategory/Index.js
View file @
b20cdba
...
...
@@ -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
,
...
...
Please
register
or
login
to post a comment