吉安感知网项目-前端
张含笑
2026-01-30 6c4bd2467bb6651c6edcf8a9741dcd4e9b1aa6d3
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