diff --git a/src/views/system/record/record.vue b/src/views/system/record/record.vue index 33540f6..dd8a7f2 100644 --- a/src/views/system/record/record.vue +++ b/src/views/system/record/record.vue @@ -362,6 +362,14 @@ placeholder="请输入话术简介" /> + + + @@ -435,6 +443,10 @@ export default { if (this.$route.query.textRemindContent) { this.formlists.textRemindContent = this.$route.query.textRemindContent; } + if( this.$route.query.routeHandleRemark){ + this.formlist.routeHandleRemark = + this.$route.query.routeHandleRemark; + } // 文章末班 if (this.$route.query.taskType == "PROPAGANDA_ARTICLE") { this.getPropagandaLIST(); @@ -472,6 +484,8 @@ export default { if (this.$route.query.routeHandleRemark) { this.questiondata.routeHandleRemark = this.$route.query.routeHandleRemark; + + } this.questiondata.subjectResultList.forEach((e) => {