From 17388fa7ecd1f3ebadad470a463573a1cfe4468f Mon Sep 17 00:00:00 2001 From: zmc <zmc_li@foxmail.com> Date: 星期四, 31 八月 2023 11:29:31 +0800 Subject: [PATCH] 扬尘Vue --- src/sfc/DustExceptionText.vue | 7 ++++++- 1 files changed, 6 insertions(+), 1 deletions(-) diff --git a/src/sfc/DustExceptionText.vue b/src/sfc/DustExceptionText.vue index 0ac11dc..b726e90 100644 --- a/src/sfc/DustExceptionText.vue +++ b/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> -- Gitblit v1.9.3