src/components/list-item/ItemSubTask.vue
@@ -60,7 +60,7 @@ </template> <script setup> import { ref, watch, computed } from 'vue'; import taskApi from '@/api/fysp/taskApi'; import problemApi from '@/api/fysp/problemApi'; import ProCheckProxy from '@/views/fysp/check/ProCheckProxy'; /** @@ -128,7 +128,7 @@ function fetchProblems(subtask) { loading.value = true; taskApi problemApi .getProBySubtask(subtask.stguid) .then((res) => { proList.value = res;