From 1a399573f626e707c5148dde70243808940a58c3 Mon Sep 17 00:00:00 2001 From: zhijie <1003392067@qq.com> Date: 星期日, 03 十二月 2023 22:55:13 +0800 Subject: [PATCH] 新增LAQ支持 --- src/views/demography/index.vue | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/views/demography/index.vue b/src/views/demography/index.vue index 997ece0..ae83ec7 100644 --- a/src/views/demography/index.vue +++ b/src/views/demography/index.vue @@ -132,7 +132,7 @@ _paramsInfo.paramId = _this.demographyMenber.data[i].paramId _paramsInfo.paramName = _this.demographyMenber.data[i].paramName _paramsInfo.paramValue = _this.demographyMenber.data[i].paramValue - if (_paramsInfo.paramValue.trim() === '') { + if (!_paramsInfo.paramValue) { continue } _this.parasInfos.push(_paramsInfo) -- Gitblit v1.9.1