From 192cef96ea356d9550e8ecc21c20cf9b7eeadbe1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=97=AB=E6=99=93=E8=8C=B9?= <1935832701@qq.com> Date: Thu, 11 Apr 2024 18:05:23 +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 | 9 ++-- src/views/system/taskExecuteRecord/index.vue | 45 ++++++++++---------- 2 files changed, 26 insertions(+), 28 deletions(-) diff --git a/src/views/system/record/record.vue b/src/views/system/record/record.vue index d3bfec5..8c308b2 100644 --- a/src/views/system/record/record.vue +++ b/src/views/system/record/record.vue @@ -404,7 +404,7 @@ export default { data() { return { checkeddata: [], - formlists: [], + formlists: {}, baseUrl: process.env.VUE_APP_BASE_API, radio: "1", activeName: "first", @@ -430,6 +430,9 @@ export default { created() { console.log(this.$route.query); this.info(); + if (this.$route.query.textRemindContent) { + this.formlists.textRemindContent = this.$route.query.textRemindContent; + } // 文章末班 if (this.$route.query.taskType == "PROPAGANDA_ARTICLE") { this.getPropagandaLIST(); @@ -468,10 +471,6 @@ export default { this.questiondata.routeHandleRemark = this.$route.query.routeHandleRemark; } - if (this.$route.query.textRemindContent) { - this.formlists.textRemindContent = - this.$route.query.textRemindContent; - } this.questiondata.subjectResultList.forEach((e) => { e.optionResults.forEach((el) => { diff --git a/src/views/system/taskExecuteRecord/index.vue b/src/views/system/taskExecuteRecord/index.vue index 5fb933d..90183e4 100644 --- a/src/views/system/taskExecuteRecord/index.vue +++ b/src/views/system/taskExecuteRecord/index.vue @@ -167,36 +167,36 @@ --> - - - - +