src/api/fysp/taskApi.js
@@ -16,8 +16,8 @@ .get('subtask/summary', { params: { topTaskId: topTaskId, sceneTypeId: sceneTypeId, }, sceneTypeId: sceneTypeId } }) .then((res) => res.data); }, @@ -29,9 +29,9 @@ return $fysp .get('problemlist/subtask', { params: { stGuid: id, }, stGuid: id } }) .then((res) => res.data); }, } };