From 6f5b41c11cd1cf18eb61032bbaa7c70b9a795e58 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=97=AB=E6=99=93=E8=8C=B9?= <1935832701@qq.com> Date: Fri, 12 Apr 2024 13:13:29 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/system/record/record.vue | 14 ++++++++++++++ 1 file changed, 14 insertions(+) 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) => {