| | |
| | | {{ 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" |
| | |
| | | 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; |
| | | }); |