applications/task-work-order/src/views/orderView/orderDataManage/evaluate/index.vue
@@ -127,8 +127,6 @@ item.isTheSameDepartment = String(item.createDept) === String(userDepartment) }) list.value = res?.data?.data?.records ?? [] console.log('list',list.value); total.value = res?.data?.data?.total ?? 0 } finally { loading.value = false