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(() => {