Commit 2b7d04ea authored by baixian's avatar baixian

优化

parent feb78548
...@@ -129,6 +129,12 @@ export default { ...@@ -129,6 +129,12 @@ export default {
params: {}, params: {},
}, },
}); });
yield put({
type: 'rolemanage/queryRoleList',
payload: {
params: {},
},
});
message.success('保存成功', 1); message.success('保存成功', 1);
} else { } else {
yield put({ yield put({
......
...@@ -550,7 +550,6 @@ export default { ...@@ -550,7 +550,6 @@ export default {
}, },
* createInviteQrcode({ payload }, { call, put, select }) { * createInviteQrcode({ payload }, { call, put, select }) {
const { values } = payload; const { values } = payload;
console.log(values, '11');
const { sid } = yield select(state => state.webapp); const { sid } = yield select(state => state.webapp);
const { teacherCodeLoading } = yield select(state => state.teachers); const { teacherCodeLoading } = yield select(state => state.teachers);
if (teacherCodeLoading) { if (teacherCodeLoading) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment