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) diff --git a/project/xiushan/apps/finance/AppGuaranteeProduct/productAdd.vue b/project/xiushan/apps/finance/AppGuaranteeProduct/productAdd.vue index 836f2181..87d7df28 100644 --- a/project/xiushan/apps/finance/AppGuaranteeProduct/productAdd.vue +++ b/project/xiushan/apps/finance/AppGuaranteeProduct/productAdd.vue @@ -22,6 +22,9 @@ maxlength="11"/> + + + @@ -29,7 +32,7 @@ - + {{ op.dictName }} @@ -38,6 +41,25 @@ + + +