WXL (wul)
2026-05-08 f9902f7a3b79d22bde9f199263ac36de26816470
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;
      });