diff --git a/src/views/system/followupdetails/index.vue b/src/views/system/followupdetails/index.vue index d30c614..e02fd95 100644 --- a/src/views/system/followupdetails/index.vue +++ b/src/views/system/followupdetails/index.vue @@ -51,15 +51,11 @@
已接通 未接通 { if (el.id == item.id) { el.optionChooseSign = "0"; @@ -551,7 +546,7 @@ export default { el.optionChooseSign = "1"; } }); - console.log(this.questiondata, "this.questiondata"); + // console.log(this.questiondata, "this.questiondata"); this.questiondata; }, // 复选框 @@ -724,10 +719,9 @@ export default { margin-top: 20px; ::v-deep .el-textarea__inner { width: 500px; - height: 250px; + height: 250px; + } } - } - } .headernew {