packageBookService/pages/bookServices/examination/questionOptions/index.js
@@ -54,6 +54,9 @@ }, showId: { type: String }, isShowDialog: { type: Boolean } }, @@ -93,6 +96,12 @@ this.timeout(); } }, isShowDialog: function (newValue, oldValue) { if (newValue) this.setData({ testReportState: newValue, }); } }, created() {},