wj
litian
2024-10-23 abe52e53bee051e3f801d001c4de58d34a3fefd7
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() {},