diff --git a/p__Paths__Detail__id.async.js b/p__Paths__Detail__id.async.js index 69542fd032..1311c6b527 100644 --- a/p__Paths__Detail__id.async.js +++ b/p__Paths__Detail__id.async.js @@ -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({ diff --git a/p__tasks__Jupyter__index.async.js b/p__tasks__Jupyter__index.async.js index b3d7aec0f7..988ad65886 100644 --- a/p__tasks__Jupyter__index.async.js +++ b/p__tasks__Jupyter__index.async.js @@ -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() {