| src/views/qualityManagement/metricMaintenance/index.vue | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
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>