Bläddra i källkod

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

为 async-biz-form-component 组件添加缺失的 businessType 属性绑定,确保业务表单组件能正确获取业务类型信息。
yusheng 5 dagar sedan
förälder
incheckning
e3b5d9a825
1 ändrade filer med 1 tillägg och 0 borttagningar
  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>