bug
litian
2024-09-10 99dfeb5fc86bce593a5d3f43f45c26eedc00ab0a
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() {},