From ccf21dacb531f240668e30fc62073e065a44d46b Mon Sep 17 00:00:00 2001 From: aixianling Date: Fri, 26 Aug 2022 18:22:22 +0800 Subject: [PATCH] =?UTF-8?q?=E6=89=8B=E6=9C=BAAPP=E5=AF=BC=E8=88=AA?= =?UTF-8?q?=E6=A0=8F=E5=9F=8B=E7=82=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- project/oms/apps/develop/AppDeployCustom/add.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/project/oms/apps/develop/AppDeployCustom/add.vue b/project/oms/apps/develop/AppDeployCustom/add.vue index 2fe7d937..4c2bdf16 100644 --- a/project/oms/apps/develop/AppDeployCustom/add.vue +++ b/project/oms/apps/develop/AppDeployCustom/add.vue @@ -247,13 +247,13 @@ export default { submit() { this.$refs.AddForm.validate(v => { if (v) { - const {tabBar, form: {type, appId, isSingleService, homePage, hmt, dv, downloadCenter, showTool, helpDoc, customerService, sysInfo}} = this + const {tabBar, form: {type, appId, isSingleService, homePage, hmt, dv, downloadCenter, showTool, helpDoc, customerService, sysInfo, appQRCode}} = this if (type == 'mp') { this.form.extra = {tabBar, appId} } else if (type == 'web') { const {desc} = sysInfo sysInfo.desc = JSON.parse(desc || null) - this.form.extra = {isSingleService, homePage, hmt, dv, downloadCenter, showTool, helpDoc, customerService, sysInfo} + this.form.extra = {isSingleService, homePage, hmt, dv, downloadCenter, showTool, helpDoc, customerService, sysInfo, appQRCode} } else if (type == 'wxwork') { this.form.extra = {isSingleService, homePage, hmt} }