riku
2025-05-16 6d479f9fbc15e96383fe25270575c976e4356e89
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);
  },
  /**