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
cdea2221
Commit
cdea2221
authored
Apr 03, 2019
by
fengshuonan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修复查询树bug
parent
b60c7b3e
Hide whitespace changes
Inline
Side-by-side
Showing
10 changed files
with
10 additions
and
10 deletions
+10
-10
src/main/webapp/assets/modular/system/dept/dept_add.js
+1
-1
src/main/webapp/assets/modular/system/dept/dept_edit.js
+1
-1
src/main/webapp/assets/modular/system/dict/dict_add.js
+1
-1
src/main/webapp/assets/modular/system/dict/dict_edit.js
+1
-1
src/main/webapp/assets/modular/system/menu/menu_add.js
+1
-1
src/main/webapp/assets/modular/system/menu/menu_edit.js
+1
-1
src/main/webapp/assets/modular/system/role/role_add.js
+1
-1
src/main/webapp/assets/modular/system/role/role_edit.js
+1
-1
src/main/webapp/assets/modular/system/user/user_add.js
+1
-1
src/main/webapp/assets/modular/system/user/user_edit.js
+1
-1
No files found.
src/main/webapp/assets/modular/system/dept/dept_add.js
View file @
cdea2221
...
...
@@ -22,7 +22,7 @@ layui.use(['layer', 'form', 'admin', 'ax'], function () {
$
(
'#pName'
).
click
(
function
()
{
var
formName
=
encodeURIComponent
(
"parent.DeptInfoDlg.data.pName"
);
var
formId
=
encodeURIComponent
(
"parent.DeptInfoDlg.data.pid"
);
var
treeUrl
=
encodeURIComponent
(
Feng
.
ctxPath
+
"/dept/tree"
);
var
treeUrl
=
encodeURIComponent
(
"/dept/tree"
);
layer
.
open
({
type
:
2
,
...
...
src/main/webapp/assets/modular/system/dept/dept_edit.js
View file @
cdea2221
...
...
@@ -27,7 +27,7 @@ layui.use(['layer', 'form', 'admin', 'ax'], function () {
$
(
'#pName'
).
click
(
function
()
{
var
formName
=
encodeURIComponent
(
"parent.DeptInfoDlg.data.pName"
);
var
formId
=
encodeURIComponent
(
"parent.DeptInfoDlg.data.pid"
);
var
treeUrl
=
encodeURIComponent
(
Feng
.
ctxPath
+
"/dept/tree"
);
var
treeUrl
=
encodeURIComponent
(
"/dept/tree"
);
layer
.
open
({
type
:
2
,
...
...
src/main/webapp/assets/modular/system/dict/dict_add.js
View file @
cdea2221
...
...
@@ -45,7 +45,7 @@ layui.use(['form', 'ax'], function () {
$
(
'#parentName'
).
click
(
function
()
{
var
formName
=
encodeURIComponent
(
"parent.DictInfoDlg.data.parentName"
);
var
formId
=
encodeURIComponent
(
"parent.DictInfoDlg.data.parentId"
);
var
treeUrl
=
encodeURIComponent
(
Feng
.
ctxPath
+
"/dict/ztree?dictTypeId="
+
$
(
"#dictTypeId"
).
val
());
var
treeUrl
=
encodeURIComponent
(
"/dict/ztree?dictTypeId="
+
$
(
"#dictTypeId"
).
val
());
layer
.
open
({
type
:
2
,
...
...
src/main/webapp/assets/modular/system/dict/dict_edit.js
View file @
cdea2221
...
...
@@ -48,7 +48,7 @@ layui.use(['form', 'ax'], function () {
$
(
'#parentName'
).
click
(
function
()
{
var
formName
=
encodeURIComponent
(
"parent.DictInfoDlg.data.parentName"
);
var
formId
=
encodeURIComponent
(
"parent.DictInfoDlg.data.parentId"
);
var
treeUrl
=
encodeURIComponent
(
Feng
.
ctxPath
+
"/dict/ztree?dictTypeId="
+
$
(
"#dictTypeId"
).
val
()
+
"&dictId="
+
$
(
"#dictId"
).
val
());
var
treeUrl
=
encodeURIComponent
(
"/dict/ztree?dictTypeId="
+
$
(
"#dictTypeId"
).
val
()
+
"&dictId="
+
$
(
"#dictId"
).
val
());
layer
.
open
({
type
:
2
,
...
...
src/main/webapp/assets/modular/system/menu/menu_add.js
View file @
cdea2221
...
...
@@ -23,7 +23,7 @@ layui.use(['layer', 'form', 'admin', 'laydate', 'ax'], function () {
$
(
'#pcodeName'
).
click
(
function
()
{
var
formName
=
encodeURIComponent
(
"parent.MenuInfoDlg.data.pcodeName"
);
var
formId
=
encodeURIComponent
(
"parent.MenuInfoDlg.data.pid"
);
var
treeUrl
=
encodeURIComponent
(
Feng
.
ctxPath
+
"/menu/selectMenuTreeList"
);
var
treeUrl
=
encodeURIComponent
(
"/menu/selectMenuTreeList"
);
layer
.
open
({
type
:
2
,
...
...
src/main/webapp/assets/modular/system/menu/menu_edit.js
View file @
cdea2221
...
...
@@ -28,7 +28,7 @@ layui.use(['layer', 'form', 'admin', 'laydate', 'ax'], function () {
$
(
'#pcodeName'
).
click
(
function
()
{
var
formName
=
encodeURIComponent
(
"parent.MenuInfoDlg.data.pcodeName"
);
var
formId
=
encodeURIComponent
(
"parent.MenuInfoDlg.data.pid"
);
var
treeUrl
=
encodeURIComponent
(
Feng
.
ctxPath
+
"/menu/selectMenuTreeList"
);
var
treeUrl
=
encodeURIComponent
(
"/menu/selectMenuTreeList"
);
layer
.
open
({
type
:
2
,
...
...
src/main/webapp/assets/modular/system/role/role_add.js
View file @
cdea2221
...
...
@@ -22,7 +22,7 @@ layui.use(['layer', 'form', 'admin', 'ax'], function () {
$
(
'#pName'
).
click
(
function
()
{
var
formName
=
encodeURIComponent
(
"parent.RoleInfoDlg.data.pName"
);
var
formId
=
encodeURIComponent
(
"parent.RoleInfoDlg.data.pid"
);
var
treeUrl
=
encodeURIComponent
(
Feng
.
ctxPath
+
"/role/roleTreeList"
);
var
treeUrl
=
encodeURIComponent
(
"/role/roleTreeList"
);
layer
.
open
({
type
:
2
,
...
...
src/main/webapp/assets/modular/system/role/role_edit.js
View file @
cdea2221
...
...
@@ -27,7 +27,7 @@ layui.use(['layer', 'form', 'admin', 'ax'], function () {
$
(
'#pName'
).
click
(
function
()
{
var
formName
=
encodeURIComponent
(
"parent.RoleInfoDlg.data.pName"
);
var
formId
=
encodeURIComponent
(
"parent.RoleInfoDlg.data.pid"
);
var
treeUrl
=
encodeURIComponent
(
Feng
.
ctxPath
+
"/role/roleTreeList"
);
var
treeUrl
=
encodeURIComponent
(
"/role/roleTreeList"
);
layer
.
open
({
type
:
2
,
...
...
src/main/webapp/assets/modular/system/user/user_add.js
View file @
cdea2221
...
...
@@ -23,7 +23,7 @@ layui.use(['layer', 'form', 'admin', 'laydate', 'ax'], function () {
$
(
'#deptName'
).
click
(
function
()
{
var
formName
=
encodeURIComponent
(
"parent.UserInfoDlg.data.deptName"
);
var
formId
=
encodeURIComponent
(
"parent.UserInfoDlg.data.deptId"
);
var
treeUrl
=
encodeURIComponent
(
Feng
.
ctxPath
+
"/dept/tree"
);
var
treeUrl
=
encodeURIComponent
(
"/dept/tree"
);
layer
.
open
({
type
:
2
,
...
...
src/main/webapp/assets/modular/system/user/user_edit.js
View file @
cdea2221
...
...
@@ -28,7 +28,7 @@ layui.use(['layer', 'form', 'admin', 'laydate', 'ax'], function () {
$
(
'#deptName'
).
click
(
function
()
{
var
formName
=
encodeURIComponent
(
"parent.UserInfoDlg.data.deptName"
);
var
formId
=
encodeURIComponent
(
"parent.UserInfoDlg.data.deptId"
);
var
treeUrl
=
encodeURIComponent
(
Feng
.
ctxPath
+
"/dept/tree"
);
var
treeUrl
=
encodeURIComponent
(
"/dept/tree"
);
layer
.
open
({
type
:
2
,
...
...
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