Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
yohobuy-portal-fe2
·
Commits
Go to a project
GitLab
Go to group
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
2016-09-07 10:55:37 +0800
Commit
6d046690ecf51b32a01fff29c83ba9283e07f28a
1 parent
75e6e8cf
update
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
code/apps/common/interfaces/select.js
code/static/js.jquery/module/goods/yohoCoin/Index.js
code/apps/common/interfaces/select.js
View file @
6d04669
...
...
@@ -204,7 +204,7 @@ module.exports={
title
:
'根据角色获取用户信息'
,
url
:
'/profile/queryUserProfileByRole'
,
params
:
{
role
Name
:{
type
:
String
}
role
Id
:{
type
:
Number
}
}
},
queryModelListForSelect
:{
...
...
code/static/js.jquery/module/goods/yohoCoin/Index.js
View file @
6d04669
...
...
@@ -87,7 +87,7 @@ var g = new common.grid({
el
:
".editor-auditor"
,
ajax
:
'userProfileByRole'
,
params
:
function
(){
return
{
role
Name
:
'零售副总'
}
return
{
role
Id
:
20
}
}
});
}
...
...
Please
register
or
login
to post a comment