autoUpdataFile

dev_local_v9_zzxy
eduauto 1 year ago
parent 8166ae5779
commit c006486e59

@ -1457,7 +1457,7 @@ var Edit = function Edit(_ref) {
})
})
})
})), /*#__PURE__*/(0,jsx_runtime.jsx)(es_form/* default */.Z.Item, {
})), formValue.identity === 'student' && /*#__PURE__*/(0,jsx_runtime.jsx)(es_form/* default */.Z.Item, {
label: "\u5B66\u5458\u5927\u961F",
wrapperCol: {
span: 10
@ -1477,7 +1477,7 @@ var Edit = function Edit(_ref) {
}, key);
})
})
}), /*#__PURE__*/(0,jsx_runtime.jsx)(es_form/* default */.Z.Item, {
}), formValue.identity === 'student' && /*#__PURE__*/(0,jsx_runtime.jsx)(es_form/* default */.Z.Item, {
label: "\u5B66\u5458\u961F",
wrapperCol: {
span: 10

@ -29,7 +29,7 @@
display: block !important;
}
</style><script>if(document.domain !== "www.educoder.net") document.title = '';</script>
<script src="/react/build/umi.aff594c3.js"></script>
<script src="/react/build/umi.e666d8fa.js"></script>
<script src="/react/build/js/public.js"></script>
</body>
</html>

@ -475,23 +475,23 @@ var LoginForm_LoginPopComponents = function LoginPopComponents(_ref) {
window.location.reload();
return _context.abrupt("return");
case 35:
_context.next = 48;
_context.next = 47;
break;
case 37:
_umi_production_exports.history.push('/homeEntranceClassify');
dispatch({
type: 'user/showPopLogin',
payload: {
showPopLogin: false
}
});
// history.push('/homeEntranceClassify')
window.location.reload();
// dispatch({
// type: 'user/showPopLogin',
// payload: { showPopLogin: false },
// })
return _context.abrupt("return");
case 46:
case 45:
window.location.reload();
return _context.abrupt("return");
case 48:
case 47:
form.resetFields();
case 49:
case 48:
case "end":
return _context.stop();
}

@ -126,10 +126,10 @@ var Profile = function Profile(_ref) {
}), /*#__PURE__*/(0,jsx_runtime.jsx)(es_form/* default */.Z.Item, {
label: "\u9662\u7CFB/\u90E8\u95E8",
children: basicInfo === null || basicInfo === void 0 ? void 0 : basicInfo.department_name
}), /*#__PURE__*/(0,jsx_runtime.jsx)(es_form/* default */.Z.Item, {
}), (basicInfo === null || basicInfo === void 0 ? void 0 : basicInfo.identity) === 'student' && /*#__PURE__*/(0,jsx_runtime.jsx)(es_form/* default */.Z.Item, {
label: "\u5B66\u5458\u5927\u961F",
children: (basicInfo === null || basicInfo === void 0 ? void 0 : basicInfo.big_cadet_name) || '--'
}), /*#__PURE__*/(0,jsx_runtime.jsx)(es_form/* default */.Z.Item, {
}), (basicInfo === null || basicInfo === void 0 ? void 0 : basicInfo.identity) === 'student' && /*#__PURE__*/(0,jsx_runtime.jsx)(es_form/* default */.Z.Item, {
label: "\u5B66\u5458\u961F",
children: (basicInfo === null || basicInfo === void 0 ? void 0 : basicInfo.cadet_name) || '--'
}), /*#__PURE__*/(0,jsx_runtime.jsx)(es_form/* default */.Z.Item, {

File diff suppressed because one or more lines are too long
Loading…
Cancel
Save