Explorar el Código

问卷修改

1
mo hace 3 años
padre
commit
9c756bedca
Se han modificado 1 ficheros con 4 adiciones y 0 borrados
  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);