ezhizao_zx há 11 meses atrás
pai
commit
b84d426597

+ 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,