From ecbcc059d43f64877551756de129c653d31d0032 Mon Sep 17 00:00:00 2001
From: WXL (wul) <wl_5969728@163.com>
Date: 星期四, 07 五月 2026 09:20:20 +0800
Subject: [PATCH] 测试完成
---
src/views/knowledge/questionnaire/index.vue | 7 ++++++-
1 files changed, 6 insertions(+), 1 deletions(-)
diff --git a/src/views/knowledge/questionnaire/index.vue b/src/views/knowledge/questionnaire/index.vue
index c9e9167..6c1622e 100644
--- a/src/views/knowledge/questionnaire/index.vue
+++ b/src/views/knowledge/questionnaire/index.vue
@@ -421,7 +421,7 @@
{{ item.sort }}銆乕澶氶�塢<span>{{ item.scriptContent }}</span>
</div>
<div class="dev-xx">
- <el-checkbox-group v-model="qremark">
+ <el-checkbox-group v-model="item.qremark">
<el-checkbox
v-for="(items, index) in item.svyLibTemplateTargetoptions"
:key="index"
@@ -581,6 +581,11 @@
goQRCode(row) {
getQtemplateobj({ svyid: row.svyid }).then((res) => {
this.topicform = res.rows[0];
+ if (this.topicform.svyTemplateLibScripts) {
+ this.topicform.svyTemplateLibScripts.forEach(item=>{
+ item.qremark=[]
+ })
+ }
console.log(this.topicform);
this.topicVisible = true;
});
--
Gitblit v1.9.3