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) => { //将返回的结果传递给父组件