Commit 14ac8d83 authored by wangxuelai's avatar wangxuelai

''

parent ab4e7ec6
......@@ -56,6 +56,12 @@ export default {
},
* selectStatus({ payload }, { call, put, select }) { // 释放该页面存储的所有状态
const { sid } = yield select(state => state.deployschool);
yield put({
type: 'updateState',
payload: {
schoolStatus: '',
},
});
const data = yield call(newregister.selectDeploySchool, {
school_id: sid,
});
......
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