BUG修复 #231

Merged
zhuhao merged 1 commits from zhuhao_dev into main 2024-09-20 09:22:04 +08:00
1 changed files with 14 additions and 16 deletions
Showing only changes of commit 2531c25d7c - Show all commits

View File

@ -411,8 +411,6 @@ const queryForm = reactive({
entpCourseWorkTotal.value = entpcourseworkres.data.length; entpCourseWorkTotal.value = entpcourseworkres.data.length;
} }
if()
// //
processList(workResource.entpCourseWorkList); processList(workResource.entpCourseWorkList);
}) })