From 0e7cbe35b8111891d0acc82e414702672c9bc3f4 Mon Sep 17 00:00:00 2001 From: zhangyu Date: Thu, 12 Aug 2021 15:48:10 +0800 Subject: [PATCH] =?UTF-8?q?fix=EF=BC=9A=20=E4=BF=AE=E6=94=B9=20module=20lo?= =?UTF-8?q?gs=20=E6=9C=89=E5=A4=9A=E6=9D=A1=E6=97=B6=20endpoint=E6=B2=A1?= =?UTF-8?q?=E6=9C=89=E9=BB=98=E8=AE=A4=E9=80=89=E4=B8=AD=E7=9A=84=E9=97=AE?= =?UTF-8?q?=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/components/common/rightBox/editEndpointBoxNew.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/nezha-fronted/src/components/common/rightBox/editEndpointBoxNew.vue b/nezha-fronted/src/components/common/rightBox/editEndpointBoxNew.vue index 1730f1aee..17de6c311 100644 --- a/nezha-fronted/src/components/common/rightBox/editEndpointBoxNew.vue +++ b/nezha-fronted/src/components/common/rightBox/editEndpointBoxNew.vue @@ -1158,6 +1158,7 @@ export default { this.$post('/monitor/endpoint/render', { moduleIds: this.editEndpoint.moduleId, assetIds: this.editEndpoint.assetId }).then(res => { if (JSON.stringify(this.editEndpoint.configs) === JSON.stringify(this.blankObject.configs)) { this.editEndpoint.configs = JSON.parse(res.data.list[0].configs) + this.activeNameLogs = this.editEndpoint.configs[1].config.map(() => 'Basic') } if (!this.editEndpoint.name) { this.editEndpoint.name = res.data.list[0].name