ezhizao_zx 1 năm trước cách đây
mục cha
commit
927314ed52
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      src/views/business/returnTurnover/index.vue

+ 1 - 1
src/views/business/returnTurnover/index.vue

@@ -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('当前批次检查未处于合格状态,暂时无法周转')