From 25edd8b7df4b455fcc321756f0b1ff4107e92dc3 Mon Sep 17 00:00:00 2001 From: aixianling Date: Wed, 21 Sep 2022 11:46:54 +0800 Subject: [PATCH] =?UTF-8?q?=E5=B0=8F=E7=A8=8B=E5=BA=8F=E9=85=8D=E7=BD=AE?= =?UTF-8?q?=E4=B8=AD=E8=BF=BD=E5=8A=A0=E5=8D=8A=E5=B1=8F=E5=B0=8F=E7=A8=8B?= =?UTF-8?q?=E5=BA=8F=E5=85=BC=E5=AE=B92.23=E7=89=88=E6=9C=AC=E4=B8=80?= =?UTF-8?q?=E4=B8=8B=E8=AE=BE=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- project/oms/apps/develop/AppDeployCustom/add.vue | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) 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)