|
@@ -666,6 +666,11 @@ export default {
|
|
|
this.handleData();
|
|
this.handleData();
|
|
|
},
|
|
},
|
|
|
},
|
|
},
|
|
|
|
|
+ 'data.property': {
|
|
|
|
|
+ handler(val) {
|
|
|
|
|
+ this.computedTableCellShow();
|
|
|
|
|
+ },
|
|
|
|
|
+ },
|
|
|
isJudgingRightWrong(val) {
|
|
isJudgingRightWrong(val) {
|
|
|
if (!val) return;
|
|
if (!val) return;
|
|
|
this.data.answer_lists = this.answer.answer_list;
|
|
this.data.answer_lists = this.answer.answer_list;
|