浏览代码

问卷修改

1
mo 3 年之前
父节点
当前提交
9c756bedca
共有 1 个文件被更改,包括 4 次插入0 次删除
  1. 4 0
      src/views/setQuestions/operation.vue

+ 4 - 0
src/views/setQuestions/operation.vue

@@ -512,8 +512,12 @@ export default {
         "*"
       );
     },
+<<<<<<< Updated upstream
         settemplateType(index) {
           if(this.disabled)return
+=======
+        setPreTemplate(index) {
+>>>>>>> Stashed changes
       this.$set(this.form, "templateType", index);
       if (this.checkList.indexOf(index) == -1) {
         this.checkList.push(index);