zmc
2023-08-30 d3d7dcf919eda40a415b6dc744fb0b347d4293a8
src/sfc/DustExceptionText.vue
@@ -24,11 +24,12 @@
    requestExceptionData() {
      // 不分页
      exceptionApi
        .exceptiondata1(
          this.siteName,
          this.exceptionType,
          this.beginTime,
          this.endTime
        .exceptiondata1({
          siteName:  this.siteName,
          exceptionType:this.exceptionType,
          beginTime:this.beginTime,
          endTime:this.endTime
        }
        )
        .then((result) => {
          //将返回的结果传递给父组件