Mr.Zhang
2023-08-23 192d1bcd8e1e4dc1295d63bf9d6618891b714582
screen_standard/src/views/process.vue
@@ -199,7 +199,7 @@
      start()
    })
  // 报工日志分页查询 
  getRecordLogPage(enterprise.companyId, enterprise.departId, { capacity: 9999, page: 1, model: { procedureId: route.query.procedureId } })
  getRecordLogPage(enterprise.companyId, enterprise.departId, { capacity: 20, page: 1, model: { procedureId: route.query.procedureId } })
    .then(res => {
      data.reportListData = res.records
      reportStart()