|
|
|
|
@ -20156,9 +20156,10 @@ 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(false);
|
|
|
|
|
setEditKey(-1);
|
|
|
|
|
setEditKey(stageData.length + 1);
|
|
|
|
|
setIsEdit(true);
|
|
|
|
|
setCurrentData(res);
|
|
|
|
|
getData();
|
|
|
|
|
}
|
|
|
|
|
_context22.next = 24;
|
|
|
|
|
break;
|
|
|
|
|
@ -21099,7 +21100,8 @@ 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")
|
|
|
|
|
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
|
|
|
|
|
})
|
|
|
|
|
}), /*#__PURE__*/(0,jsx_runtime.jsx)(es_form/* default */.Z.Item, {
|
|
|
|
|
name: "description",
|
|
|
|
|
@ -21107,7 +21109,7 @@ var Page = function Page(_ref11) {
|
|
|
|
|
className: "ml10",
|
|
|
|
|
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"),
|
|
|
|
|
placeholder: "\u8BF7\u8F93\u5165\u7AE0\u8282\u63CF\u8FF0",
|
|
|
|
|
height: 300
|
|
|
|
|
})
|
|
|
|
|
}), /*#__PURE__*/(0,jsx_runtime.jsxs)("aside", {
|