Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
B
biz.qingxiao.com
Project
Project
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
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
wangxuelai
biz.qingxiao.com
Commits
dee3902e
Commit
dee3902e
authored
Dec 30, 2019
by
wangxuelai
Browse files
Options
Browse Files
Download
Plain Diff
Merge remote-tracking branch 'origin/bww-v1' into wxl-develop
parents
fb8a622e
2b7d04ea
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
1 deletion
+6
-1
personmanage.js
src/models/personmanage.js
+6
-0
teachers.js
src/models/teachers.js
+0
-1
No files found.
src/models/personmanage.js
View file @
dee3902e
...
...
@@ -129,6 +129,12 @@ export default {
params
:
{},
},
});
yield
put
({
type
:
'rolemanage/queryRoleList'
,
payload
:
{
params
:
{},
},
});
message
.
success
(
'保存成功'
,
1
);
}
else
{
yield
put
({
...
...
src/models/teachers.js
View file @
dee3902e
...
...
@@ -550,7 +550,6 @@ export default {
},
*
createInviteQrcode
({
payload
},
{
call
,
put
,
select
})
{
const
{
values
}
=
payload
;
console
.
log
(
values
,
'11'
);
const
{
sid
}
=
yield
select
(
state
=>
state
.
webapp
);
const
{
teacherCodeLoading
}
=
yield
select
(
state
=>
state
.
teachers
);
if
(
teacherCodeLoading
)
{
...
...
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