diff --git a/project/oms/apps/develop/AppDeployCustom/add.vue b/project/oms/apps/develop/AppDeployCustom/add.vue
index fb75bca5..2d660764 100644
--- a/project/oms/apps/develop/AppDeployCustom/add.vue
+++ b/project/oms/apps/develop/AppDeployCustom/add.vue
@@ -104,6 +104,9 @@
+
+
+
@@ -258,9 +261,12 @@ export default {
submit() {
this.$refs.AddForm.validate(v => {
if (v) {
- const {tabBar, form: {type, appId, isSingleService, homePage, hmt, dv, downloadCenter, showTool, helpDoc, customerService, sysInfo, appQRCode}} = this
+ const {
+ tabBar,
+ form: {type, appId, embeddedAppIdList, isSingleService, homePage, hmt, dv, downloadCenter, showTool, helpDoc, customerService, sysInfo, appQRCode}
+ } = this
if (type == 'mp') {
- this.form.extra = {tabBar, appId}
+ this.form.extra = {tabBar, appId, embeddedAppIdList}
} else if (type == 'web') {
const {desc} = sysInfo
sysInfo.desc = JSON.parse(desc || null)