@@ -196,6 +196,7 @@
this.options = this.nodeData.id ? await listCode(this.nodeData) : [];
if (this.options.length > 0) {
this.form.businessCodeId = this.options[0].id;
+ this.form.codeType=this.options[0].parentId
} else {
this.form.businessCodeId = '';
}
@@ -71,7 +71,7 @@ const apps = microApps.map((item) => {
props: {
routerBase: item.activeRule, // 下发基础路由
// actions
- fileMain,
+ fileMain, //文档上传组件 下发给子应用
store
};