From 09849a3fbe456ac307d167d4d65d7d68e19ad410 Mon Sep 17 00:00:00 2001
From: linzhijie <1003392067@qq.com>
Date: 星期一, 22 五月 2023 11:00:53 +0800
Subject: [PATCH] 答题注意事项调整

---
 src/views/demography/index.vue |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)

diff --git a/src/views/demography/index.vue b/src/views/demography/index.vue
index d657711..ae83ec7 100644
--- a/src/views/demography/index.vue
+++ b/src/views/demography/index.vue
@@ -132,8 +132,6 @@
             _paramsInfo.paramId = _this.demographyMenber.data[i].paramId
             _paramsInfo.paramName = _this.demographyMenber.data[i].paramName
             _paramsInfo.paramValue = _this.demographyMenber.data[i].paramValue
-            console.log('_paramsInfo.paramValue' + _paramsInfo.paramValue)
-            console.log('_paramsInfo.paramValue' + typeof _paramsInfo.paramValue)
             if (!_paramsInfo.paramValue) {
               continue
             }

--
Gitblit v1.9.1