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,