|
|
|
|
@ -12797,6 +12797,10 @@ var certificate_addActivity_NewCoursePage = function NewCoursePage(_ref) {
|
|
|
|
|
_useState14 = slicedToArray_default()(_useState13, 2),
|
|
|
|
|
isloading = _useState14[0],
|
|
|
|
|
setIsloading = _useState14[1];
|
|
|
|
|
var _useState15 = (0,_react_17_0_2_react.useState)(''),
|
|
|
|
|
_useState16 = slicedToArray_default()(_useState15, 2),
|
|
|
|
|
sectionId2 = _useState16[0],
|
|
|
|
|
setSectionId2 = _useState16[1];
|
|
|
|
|
var handleFinish = /*#__PURE__*/function () {
|
|
|
|
|
var _ref2 = asyncToGenerator_default()( /*#__PURE__*/regeneratorRuntime_default()().mark(function _callee() {
|
|
|
|
|
var _classroomList$action, _fileids$unit_logo_id, _fileids$cooperating_, _fileids$bg_id, _fileids$qr_code_id, _classroomList$action2, _classroomList$action3, _fileids$unit_logo_id2, _fileids$cooperating_2, _fileids$bg_id2, _fileids$qr_code_id2;
|
|
|
|
|
@ -13256,6 +13260,7 @@ var certificate_addActivity_NewCoursePage = function NewCoursePage(_ref) {
|
|
|
|
|
children: [/*#__PURE__*/(0,jsx_runtime.jsx)("div", {
|
|
|
|
|
className: certificate_addActivitymodules.content_title,
|
|
|
|
|
onClick: function onClick() {
|
|
|
|
|
setSectionId2(sectionId);
|
|
|
|
|
setModalVisible(true);
|
|
|
|
|
},
|
|
|
|
|
children: "\u9009\u62E9\u83B7\u5956\u8D5B\u6BB5"
|
|
|
|
|
@ -13550,9 +13555,9 @@ var certificate_addActivity_NewCoursePage = function NewCoursePage(_ref) {
|
|
|
|
|
centered: true,
|
|
|
|
|
open: modalVisible,
|
|
|
|
|
onOk: function onOk() {
|
|
|
|
|
if (sectionId) {
|
|
|
|
|
if (sectionId2) {
|
|
|
|
|
form.setFieldsValue({
|
|
|
|
|
section_id: sectionId
|
|
|
|
|
section_id: sectionId2
|
|
|
|
|
});
|
|
|
|
|
}
|
|
|
|
|
setModalVisible(false);
|
|
|
|
|
@ -13564,9 +13569,9 @@ var certificate_addActivity_NewCoursePage = function NewCoursePage(_ref) {
|
|
|
|
|
className: "mt10",
|
|
|
|
|
children: /*#__PURE__*/(0,jsx_runtime.jsx)(es_radio/* default.Group */.ZP.Group, {
|
|
|
|
|
className: certificate_addActivitymodules.saiduan_list,
|
|
|
|
|
value: sectionId,
|
|
|
|
|
value: sectionId2,
|
|
|
|
|
onChange: function onChange(e) {
|
|
|
|
|
setSectionId(e.target.value);
|
|
|
|
|
setSectionId2(e.target.value);
|
|
|
|
|
},
|
|
|
|
|
children: sectionList === null || sectionList === void 0 ? void 0 : sectionList.map(function (item) {
|
|
|
|
|
return /*#__PURE__*/(0,jsx_runtime.jsxs)(es_radio/* default */.ZP, {
|