src/sfc/DustExceptionText.vue
@@ -10,7 +10,8 @@ siteName: String, exceptionType: String, beginTime: String, endTime: String endTime: String, }, emits: ['submitExceptionData'], data() { @@ -34,6 +35,7 @@ .then((result) => { //将返回的结果传递给父组件 this.$emit('submitExceptionData', result.data.data); // this.$emit('subloading',false) }); } } @@ -48,4 +50,7 @@ .text { color: #000000; } // .text:hover{ // color: #2876aa; // } </style>