From 38c71b81a9d4fc6ed8f3e133dee25687c119011f Mon Sep 17 00:00:00 2001 From: 13176889840 <13176889840@163.com> Date: Wed, 27 Apr 2022 10:11:40 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E8=87=AA=E5=AE=9A=E4=B9=89?= =?UTF-8?q?=E5=AF=BC=E5=87=BA=E6=8E=A5=E5=8F=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/components/checkBox.vue | 1 + src/views/modules/base/diyInfo.vue | 39 ++++++++++++------------ src/views/modules/base/resi.vue | 49 ++++++++++++++++++++++++++++-- 3 files changed, 67 insertions(+), 22 deletions(-) diff --git a/src/views/components/checkBox.vue b/src/views/components/checkBox.vue index bfd326ca..4bab4aea 100644 --- a/src/views/components/checkBox.vue +++ b/src/views/components/checkBox.vue @@ -41,6 +41,7 @@ export default { }, created() { this.boxList = this.list.filter(item => item.itemType != 'inputRange') + console.log('cehck-bo----', this.list) this.pid = this.list[0].itemGroupId }, methods: { diff --git a/src/views/modules/base/diyInfo.vue b/src/views/modules/base/diyInfo.vue index 2d103fba..b93a4939 100644 --- a/src/views/modules/base/diyInfo.vue +++ b/src/views/modules/base/diyInfo.vue @@ -1,13 +1,13 @@