|
@@ -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({
|