Jelajahi Sumber

组合填写单类型匹配

zhouna 6 tahun lalu
induk
melakukan
faa18acd36
1 mengubah file dengan 1 tambahan dan 1 penghapusan
  1. 1 1
      src/components/preTreat/CombinQuestion.vue

+ 1 - 1
src/components/preTreat/CombinQuestion.vue

@@ -131,7 +131,7 @@
           const list = [...res.data.data.records];
           for (var i = 0; i < list.length; i++) {
             for (var j =  0; j < this.tagTypes.length; j++) {
-              if(list[i].controlType == this.tagTypes[j].val) {
+              if(list[i].tagType == this.tagTypes[j].val) {
                 list[i].tagTypeCn = this.tagTypes[j].name;
               }
             }