autoUpdataFile

dev_local_v9_zzxy
eduauto 1 year ago
parent c9ae436659
commit 0f82671269

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

@ -20156,8 +20156,9 @@ var Page = function Page(_ref11) {
res = _context22.sent;
if (res !== null && res !== void 0 && res.subject_id) {
getStageData(stageData.length + 1);
setEditKey(stageData.length);
setIsEdit(true);
// setEditKey(stageData.length);
setIsEdit(false);
setEditKey(-1);
}
_context22.next = 24;
break;
@ -20617,6 +20618,8 @@ var Page = function Page(_ref11) {
if (currentData.stage_id == id) {
getStageData(1);
setIsEdit(false);
} else {
getStageData();
}
}
case 4:
@ -21096,8 +21099,7 @@ var Page = function Page(_ref11) {
children: /*#__PURE__*/(0,jsx_runtime.jsx)(input/* default */.Z, {
size: "large",
maxLength: 60,
placeholder: "\u8BF7\u8F93\u5165\u7B2C".concat(currentData === null || currentData === void 0 ? void 0 : currentData.Findex, "\u7AE0\u8282\u540D\u79F0,\u6700\u5927\u9650\u523660\u4E2A\u5B57\u7B26"),
onBlur: handleBlur
placeholder: "\u8BF7\u8F93\u5165\u7B2C".concat(currentData === null || currentData === void 0 ? void 0 : currentData.Findex, "\u7AE0\u8282\u540D\u79F0,\u6700\u5927\u9650\u523660\u4E2A\u5B57\u7B26")
})
}), /*#__PURE__*/(0,jsx_runtime.jsx)(es_form/* default */.Z.Item, {
name: "description",
@ -21106,8 +21108,7 @@ var Page = function Page(_ref11) {
children: /*#__PURE__*/(0,jsx_runtime.jsx)(markdown_editor/* default */.Z, {
defaultValue: formValue === null || formValue === void 0 ? void 0 : formValue.description,
placeholder: "\u8BF7\u8F93\u5165\u7B2C".concat(currentData === null || currentData === void 0 ? void 0 : currentData.Findex, "\u7AE0\u8282\u63CF\u8FF0"),
height: 300,
onBlur: handleBlur
height: 300
})
}), /*#__PURE__*/(0,jsx_runtime.jsxs)("aside", {
className: "mb10 flex",

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