Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
G
guns-vip
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
chenjunxiong
guns-vip
Commits
d44fcdbd
Commit
d44fcdbd
authored
Apr 28, 2017
by
fsn
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
删除多余代码
parent
355f5909
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
8 deletions
+0
-8
src/main/webapp/static/modular/system/dept/dept_info.js
+0
-1
src/main/webapp/static/modular/system/dict/dict_info.js
+0
-7
No files found.
src/main/webapp/static/modular/system/dept/dept_info.js
View file @
d44fcdbd
...
@@ -135,5 +135,4 @@ $(function() {
...
@@ -135,5 +135,4 @@ $(function() {
var
ztree
=
new
$ZTree
(
"parentDeptMenuTree"
,
"/dept/tree"
);
var
ztree
=
new
$ZTree
(
"parentDeptMenuTree"
,
"/dept/tree"
);
ztree
.
bindOnClick
(
DeptInfoDlg
.
onClickDept
);
ztree
.
bindOnClick
(
DeptInfoDlg
.
onClickDept
);
ztree
.
init
();
ztree
.
init
();
instance
=
ztree
;
});
});
src/main/webapp/static/modular/system/dict/dict_info.js
View file @
d44fcdbd
...
@@ -106,10 +106,3 @@ DictInfoDlg.editSubmit = function () {
...
@@ -106,10 +106,3 @@ DictInfoDlg.editSubmit = function () {
ajax
.
set
(
'dictValues'
,
this
.
mutiString
);
ajax
.
set
(
'dictValues'
,
this
.
mutiString
);
ajax
.
start
();
ajax
.
start
();
};
};
$
(
function
()
{
var
ztree
=
new
$ZTree
(
"parentDeptMenuTree"
,
"/dept/tree"
);
ztree
.
bindOnClick
(
DictInfoDlg
.
onClickDept
);
ztree
.
init
();
instance
=
ztree
;
});
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment