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) {