Ver Fonte

fix(bpm): 已完成详情对话框补充业务类型参数传递

为 async-biz-form-component 组件添加缺失的 businessType 属性绑定,确保业务表单组件能正确获取业务类型信息。
yusheng há 5 dias atrás
pai
commit
e3b5d9a825
1 ficheiros alterados com 1 adições e 0 exclusões
  1. 1 0
      src/views/bpm/done/detailDialog.vue

+ 1 - 0
src/views/bpm/done/detailDialog.vue

@@ -171,6 +171,7 @@
       <async-biz-form-component
         v-else
         :businessId="form?.businessId"
+        :businessType="form?.businessType"
         ref="bziRef"
         :isView="true"
       ></async-biz-form-component>