yj
2024-05-24 99ce8c363068eb4076b4f7e9c4d505cc37eb3f78
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)