lsc 8 月之前
父節點
當前提交
80e50dc908
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/components/pages/test/check/index.vue

+ 1 - 1
src/components/pages/test/check/index.vue

@@ -2076,7 +2076,7 @@ export default {
       return row.array[index].json.answer2.indexOf(value) != -1;
     },
     filterTType(value, row, index) {
-      return row.cclassid.indexOf(value) != -1;
+      return row.cclassid && row.cclassid.indexOf(value) != -1;
     },
     wordClickHandler(name, value) {
       //  this.$notify({