gaoluyang
3 天以前 1b341319f48376e8527f299be667c7a37c0e0cbe
src/views/qualityManagement/metricMaintenance/index.vue
@@ -432,6 +432,18 @@
const handleSelectionChange = (selection) => {
  selectedRows.value = selection
  if (!selection.length) {
    currentStandard.value = null
    detailTableData.value = []
    return
  }
  const nextStandard = selection[selection.length - 1]
  if (currentStandard.value?.id === nextStandard.id) return
  currentStandard.value = nextStandard
  loadDetail(nextStandard.id)
}
// 批量审核:状态 1=批准,2=撤销
@@ -824,4 +836,4 @@
  width: 100%;
  margin-top: 4px;
}
</style>
</style>