@@ -283,7 +283,7 @@ async function handleBatchTurnover() {
getProcessInspectionLists(process).then(res => {
if (res.code == 200) {
if (res.data) {
- proxy.$refs.dialogReturnTurnoverRef.openBatch(selections.value)
+ proxy.$refs.dialogReturnTurnoverBatchRef.openBatch(selections.value)
}
else {
proxy.$modal.msgError('当前批次检查未处于合格状态,暂时无法周转')