src/views/exception/components/DustExceptionText.vue @@ -35,7 +35,6 @@ .then((result) => { //将返回的结果传递给父组件 this.$emit('submitExceptionData', result.data.data); // this.$emit('subloading',false) }); } }