闫增涛
2024-11-05 50ca1ad0d141d7dc0ddf29b2d3051b85ceff8f56
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() {},