diff --git a/src/views/system/followupdetails/index.vue b/src/views/system/followupdetails/index.vue
index a2016c1..c04b182 100644
--- a/src/views/system/followupdetails/index.vue
+++ b/src/views/system/followupdetails/index.vue
@@ -97,7 +97,7 @@
-
+
@@ -327,10 +327,7 @@ export default {
this.info();
if (this.$route.query.taskType == 'QUESTIONNAIRE_SCALE' || this.$route.query.taskType == 'ARTIFICIAL_FOLLOW_UP') {
this.selectlist();
-
- console.log(this.$route.query, "res");
-
- } else if(this.$route.query.taskType=="PHONE_OUTBOUND" && this.$route.query.phoneId){
+ } else if(this.$route.query.taskType=="PHONE_OUTBOUND"){
if (this.$route.query.routeHandleRemark) {
this.questiondata.routeHandleRemark =
this.$route.query.routeHandleRemark;
@@ -345,9 +342,6 @@ export default {
}
}
});
- }else if(this.$route.query.taskType=="PHONE_OUTBOUND" && this.$route.query.followTemplateId){
- console.log('6666666666666666666========')
- this.questioninfo();
}
},
methods: {
@@ -515,6 +509,7 @@ export default {
.tk {
::v-deep .el-textarea__inner {
margin: 20px 0 10px 30px;
+ width: 60% !important;
}
}
diff --git a/src/views/system/followupsee/index.vue b/src/views/system/followupsee/index.vue
index bc92a09..dc03b92 100644
--- a/src/views/system/followupsee/index.vue
+++ b/src/views/system/followupsee/index.vue
@@ -47,10 +47,14 @@