From a75d96561cbb19579cf8401fbd4dbb8ec5902098 Mon Sep 17 00:00:00 2001 From: aixianling Date: Thu, 25 Aug 2022 11:21:58 +0800 Subject: [PATCH] =?UTF-8?q?=E7=B3=BB=E7=BB=9F=E8=AE=BE=E7=BD=AE=E6=95=B0?= =?UTF-8?q?=E6=8D=AE=E7=BB=93=E6=9E=84=E9=80=82=E5=BA=94,=E5=AE=9A?= =?UTF-8?q?=E5=88=B6=E6=96=B9=E6=A1=88=E5=A2=9E=E5=8A=A0web=E7=AB=AF?= =?UTF-8?q?=E7=B3=BB=E7=BB=9F=E4=BF=A1=E6=81=AF=E8=AE=BE=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- examples/components/mainContent.vue | 3 -- packages/core/AppQyWxConfig/list.vue | 2 +- .../oms/apps/develop/AppDeployCustom/add.vue | 53 +++++++++++++++++-- 3 files changed, 50 insertions(+), 8 deletions(-) diff --git a/examples/components/mainContent.vue b/examples/components/mainContent.vue index 21263086..1062244b 100644 --- a/examples/components/mainContent.vue +++ b/examples/components/mainContent.vue @@ -68,9 +68,6 @@ export default { } }, }, - created() { - this.getTabs("created") - } } diff --git a/packages/core/AppQyWxConfig/list.vue b/packages/core/AppQyWxConfig/list.vue index 14b8e58c..852e8f15 100644 --- a/packages/core/AppQyWxConfig/list.vue +++ b/packages/core/AppQyWxConfig/list.vue @@ -398,7 +398,7 @@ export default { params: {id} }).then(res => { if (res?.data) { - this.sysInfo = JSON.parse(res.data) + this.sysInfo = JSON.parse(res.data?.systemInfo || null) this.sysInfo.id = id } }) diff --git a/project/oms/apps/develop/AppDeployCustom/add.vue b/project/oms/apps/develop/AppDeployCustom/add.vue index b7629e7d..3730c50e 100644 --- a/project/oms/apps/develop/AppDeployCustom/add.vue +++ b/project/oms/apps/develop/AppDeployCustom/add.vue @@ -39,6 +39,51 @@ +