From a3aadfb4a9f69ca3da4643f9d3ba8af7133218ba Mon Sep 17 00:00:00 2001 From: shiziyuan9527 Date: Mon, 25 Jul 2022 16:08:27 +0800 Subject: [PATCH] =?UTF-8?q?fix(=E6=B6=88=E6=81=AF=E9=80=9A=E7=9F=A5):=20?= =?UTF-8?q?=E7=BC=96=E8=BE=91=E6=B6=88=E6=81=AF=E9=80=9A=E7=9F=A5=E6=97=B6?= =?UTF-8?q?=E6=8E=A5=E6=94=B6=E4=BA=BA=E9=80=89=E9=A1=B9=E4=B8=BA=E7=A9=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../components/project/notification/NotificationTable.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/business/components/project/notification/NotificationTable.vue b/frontend/src/business/components/project/notification/NotificationTable.vue index 2e6312cd58..7c2bc9e3d3 100644 --- a/frontend/src/business/components/project/notification/NotificationTable.vue +++ b/frontend/src/business/components/project/notification/NotificationTable.vue @@ -196,7 +196,7 @@ export default { }); }, handleEditTask(index, data) { - + this.handleReceivers(data); data.isSet = true; if (data.type === 'EMAIL' || data.type === 'IN_SITE') { data.isReadOnly = false;