为 async-biz-form-component 组件添加缺失的 businessType 属性绑定,确保业务表单组件能正确获取业务类型信息。
@@ -171,6 +171,7 @@
<async-biz-form-component
v-else
:businessId="form?.businessId"
+ :businessType="form?.businessType"
ref="bziRef"
:isView="true"
></async-biz-form-component>