ezhizao_zx 11 달 전
부모
커밋
b84d426597
1개의 변경된 파일4개의 추가작업 그리고 0개의 파일을 삭제
  1. 4 0
      src/views/business/firstOutsource/DialogFurnaceNoInfo.vue

+ 4 - 0
src/views/business/firstOutsource/DialogFurnaceNoInfo.vue

@@ -50,6 +50,10 @@ const { process_status } = proxy.useDict("process_status");
 /** 工序变量 */
 const total = ref(0);
 const props = defineProps({
+  singleSelected: {
+    type: Function,
+    default: null,
+  },
   multipleSelected: {
     type: Function,
     default: null,