Auto Submit

pull/1/head
autosubmit 2 years ago
parent 31fc1ad164
commit f9ae53a4c1

@ -13833,6 +13833,7 @@ var Stage_Stage = function Stage(_ref) {
if (items === '取消') return;
data[editKey]['items'] = toConsumableArray_default()(data[editKey]['items'].concat(items));
setData(JSON.parse(JSON.stringify(data)));
getData();
};
var getData = function getData() {
dispatch({

@ -1939,6 +1939,13 @@ var TaskJupyterPage = function TaskJupyterPage(_ref) {
}
});
}
dispatch({
type: 'user/getUserInfo',
payload: {
objective_id: jupyterData.identifier,
objective_type: 'shixun'
}
});
_umi_production_exports.history.push("/shixuns/".concat(jupyterData.identifier, "/challenges"));
},
onCancel: function onCancel() {

Loading…
Cancel
Save