From dfa4522bcfe925ffb47f131a1fea778dfa904288 Mon Sep 17 00:00:00 2001 From: junjun Date: Tue, 19 Jul 2022 16:12:59 +0800 Subject: [PATCH] =?UTF-8?q?feat(=E8=A7=86=E5=9B=BE):=20=E8=A1=A8=E6=A0=BC?= =?UTF-8?q?=E6=94=AF=E6=8C=81=E9=98=88=E5=80=BC=E8=AE=BE=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/src/views/chart/components/senior/Threshold.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/views/chart/components/senior/Threshold.vue b/frontend/src/views/chart/components/senior/Threshold.vue index c171c90022..6440f8069a 100644 --- a/frontend/src/views/chart/components/senior/Threshold.vue +++ b/frontend/src/views/chart/components/senior/Threshold.vue @@ -314,7 +314,7 @@ export default { }) return } - if (!ele.value) { + if (!ele.term.includes('null') && !ele.term.includes('empty') && !ele.value) { this.$message({ message: this.$t('chart.value_can_not_empty'), type: 'error',