From ebbb9c3a56240f9a22642608d8500bccafd3fed3 Mon Sep 17 00:00:00 2001 From: WangXu10 Date: Wed, 20 Sep 2023 16:58:49 +0800 Subject: [PATCH] =?UTF-8?q?fix(ui=E6=B5=8B=E8=AF=95):=20=E4=BF=AE=E5=A4=8D?= =?UTF-8?q?=E9=A1=B9=E7=9B=AE=E8=AE=BE=E7=BD=AE=E6=B6=88=E6=81=AF=E7=AE=A1?= =?UTF-8?q?=E7=90=86/=E6=8E=A5=E5=8F=A3=E6=B5=8B=E8=AF=95/ui=E6=B5=8B?= =?UTF-8?q?=E8=AF=95=E7=BC=96=E8=BE=91=E6=B6=88=E6=81=AF=E9=80=9A=E7=9F=A5?= =?UTF-8?q?=E5=90=8E=E5=8F=96=E6=B6=88=EF=BC=8C=E4=BB=8D=E6=98=BE=E7=A4=BA?= =?UTF-8?q?=E4=BF=AE=E6=94=B9=E5=86=85=E5=AE=B9=E7=9A=84=E7=BC=BA=E9=99=B7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --bug=1030941 --user=王旭 【项目设置】消息设置-UI测试任务通知和【UI测试】定时任务通知-编辑修改通知设置后点击取消-仍显示的修改内容 https://www.tapd.cn/55049933/s/1418477 --- .../frontend/src/components/notification/NotificationTable.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/framework/sdk-parent/frontend/src/components/notification/NotificationTable.vue b/framework/sdk-parent/frontend/src/components/notification/NotificationTable.vue index d3681c3fed..80b062248c 100644 --- a/framework/sdk-parent/frontend/src/components/notification/NotificationTable.vue +++ b/framework/sdk-parent/frontend/src/components/notification/NotificationTable.vue @@ -194,6 +194,7 @@ export default { } else { data[index].isSet = false; } + this.$emit("refresh"); }, deleteRowTask(index, data) { //删除 this.loading = deleteNoticeTask(data.identification).then(() => {