litian
2024-12-16 6f5904aabf18277a09e1990d9e2ec4db8b5d8f1e
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() {},