From 100d75fec0d04ef331925b173803e72fc99d6031 Mon Sep 17 00:00:00 2001 From: aixianling Date: Wed, 24 Aug 2022 14:44:26 +0800 Subject: [PATCH] =?UTF-8?q?=E7=99=BE=E5=BA=A6=E6=B5=81=E9=87=8F=E5=BC=80?= =?UTF-8?q?=E5=85=B3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- project/oms/apps/develop/AppDeployCustom/add.vue | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/project/oms/apps/develop/AppDeployCustom/add.vue b/project/oms/apps/develop/AppDeployCustom/add.vue index 3effe1ec..f53fad56 100644 --- a/project/oms/apps/develop/AppDeployCustom/add.vue +++ b/project/oms/apps/develop/AppDeployCustom/add.vue @@ -190,13 +190,13 @@ export default { submit() { this.$refs.AddForm.validate(v => { if (v) { - const {tabBar, form: {type, appId, isSingleService, homePage}} = this + const {tabBar, form: {type, appId, isSingleService, homePage, hmt}} = this if (type == 'mp') { this.form.extra = {tabBar, appId} } else if (type == 'web') { - this.form.extra = {isSingleService, homePage} + this.form.extra = {isSingleService, homePage, hmt} } else if (type == 'wxwork') { - this.form.extra = {isSingleService, homePage} + this.form.extra = {isSingleService, homePage, hmt} } this.instance.post("/node/custom/addOrUpdate", this.form).then(res => { if (res?.code == 0) {