吉安感知网项目-前端
张含笑
2026-01-28 5b2f6743459bb2da4bddaeb958dcd642d4838a1c
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