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); }, /**