Auto Submit

pull/1/head
autosubmit 3 years ago
parent 7d7bb1d984
commit 7f93912c30

@ -872,6 +872,9 @@ var NewCoursePage = function NewCoursePage(_ref) {
}), /*#__PURE__*/(0,jsx_runtime.jsx)(es_form/* default.Item */.Z.Item, {
name: "name_en",
label: "\u82F1\u6587\u8BFE\u7A0B\u540D\u79F0",
style: {
marginTop: '-24px'
},
extra: /*#__PURE__*/(0,jsx_runtime.jsx)("div", {
className: "tr c-grey-333 font12 mt3",
children: "".concat(((_formValue$name_en = formValue.name_en) === null || _formValue$name_en === void 0 ? void 0 : _formValue$name_en.length) || 0, "/200")
@ -887,6 +890,9 @@ var NewCoursePage = function NewCoursePage(_ref) {
}), /*#__PURE__*/(0,jsx_runtime.jsx)(es_form/* default.Item */.Z.Item, {
name: "sub_discipline_ids",
label: "\u65B9\u5411&\u8BFE\u7A0B",
style: {
marginTop: '-24px'
},
children: /*#__PURE__*/(0,jsx_runtime.jsx)(New_Cascader, {
defaultValue: disciplinesValue,
dataSource: options,

@ -298,6 +298,7 @@ var Page = function Page(_ref) {
case 6:
res = _context2.sent;
if (res.status !== -1) {
setList([]);
setList((res === null || res === void 0 ? void 0 : res.shixuns) || []);
setTotal((res === null || res === void 0 ? void 0 : res.total_count) || 0);
}

@ -1355,7 +1355,12 @@ var CommonPractice = function CommonPractice(_ref) {
children: [/*#__PURE__*/(0,jsx_runtime.jsx)("div", {
className: CommonPracticemodules.img,
children: /*#__PURE__*/(0,jsx_runtime.jsx)("img", {
src: "".concat(env/* default.IMG_SERVER */.Z.IMG_SERVER, "/").concat(pic)
src: "".concat(env/* default.IMG_SERVER */.Z.IMG_SERVER, "/").concat(pic),
style: {
width: '100%',
height: '100%',
objectFit: 'cover'
}
})
}), /*#__PURE__*/(0,jsx_runtime.jsxs)("div", {
className: CommonPracticemodules.btn,
@ -1405,7 +1410,12 @@ var CommonPractice = function CommonPractice(_ref) {
children: [/*#__PURE__*/(0,jsx_runtime.jsx)("div", {
className: CommonPracticemodules.img,
children: /*#__PURE__*/(0,jsx_runtime.jsx)("img", {
src: "".concat(env/* default.IMG_SERVER */.Z.IMG_SERVER, "/").concat(pic)
src: "".concat(env/* default.IMG_SERVER */.Z.IMG_SERVER, "/").concat(pic),
style: {
width: '100%',
height: '100%',
objectFit: 'cover'
}
})
}), /*#__PURE__*/(0,jsx_runtime.jsxs)("div", {
className: CommonPracticemodules.btn,

Loading…
Cancel
Save