From 20215b4906717c2d8f2074372e0549a51d91c22e Mon Sep 17 00:00:00 2001 From: zhangyu Date: Fri, 2 Jul 2021 17:54:10 +0800 Subject: [PATCH] =?UTF-8?q?NEZ-791=20=20fix=EF=BC=9A=E6=89=B9=E9=87=8F?= =?UTF-8?q?=E4=BF=AE=E6=94=B9=E6=96=B0=E5=A2=9E=E7=9A=84endpoint=E6=95=B0?= =?UTF-8?q?=E6=8D=AE=EF=BC=8C=E6=97=A0=E6=B3=95=E4=BF=9D=E5=AD=98=E7=9A=84?= =?UTF-8?q?=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/components/common/rightBox/editEndpointBoxNew.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nezha-fronted/src/components/common/rightBox/editEndpointBoxNew.vue b/nezha-fronted/src/components/common/rightBox/editEndpointBoxNew.vue index 74ff2c8ed..91c51c38b 100644 --- a/nezha-fronted/src/components/common/rightBox/editEndpointBoxNew.vue +++ b/nezha-fronted/src/components/common/rightBox/editEndpointBoxNew.vue @@ -472,7 +472,7 @@ export default { this.$nextTick(() => { this.$refs.moduleForm.validate((valid) => { if (valid) { - if (this.optionType === 'add') { + if (this.optionType === 'add' || this.optionType === 'batch') { this.prevent_opt.save = true if (this.editEndpoint.assetId) { this.$emit('close', true, this.editEndpoint, false)