Commit 2b7d04ea authored by baixian's avatar baixian

优化

parent feb78548
......@@ -129,6 +129,12 @@ export default {
params: {},
},
});
yield put({
type: 'rolemanage/queryRoleList',
payload: {
params: {},
},
});
message.success('保存成功', 1);
} else {
yield put({
......
......@@ -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) {
......
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