riku
2025-06-25 b187b6cf678f0e6b17e3612c5681ecd35434f15a
src/api/fysp/problemApi.js
@@ -15,7 +15,7 @@
  fetchProblemType({ cityCode, districtCode, sceneTypeId }) {
    const params = `?taskTypeId=1&cityCode=${cityCode}&districtCode=${districtCode}&sceneTypeId=${sceneTypeId}`;
    return $fysp.get(`problemtype/search${params}`).then((res) => res);
    return $fysp.get(`problemtype/search${params}`).then((res) => res.data);
  },
  /**