From 77f1869e3cfb30f920e28222317016070886225c Mon Sep 17 00:00:00 2001 From: kuaifan Date: Fri, 9 Jun 2023 18:01:36 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E6=89=93=E5=BC=80=E4=BB=BB=E5=8A=A1?= =?UTF-8?q?=E5=87=BA=E7=8E=B0=E7=A9=BA=E7=99=BD=E9=94=99=E8=AF=AF=E7=9A=84?= =?UTF-8?q?=E6=A6=82=E7=8E=87?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- resources/assets/js/store/actions.js | 3 +++ 1 file changed, 3 insertions(+) diff --git a/resources/assets/js/store/actions.js b/resources/assets/js/store/actions.js index ae63d62c4..0ff121aab 100644 --- a/resources/assets/js/store/actions.js +++ b/resources/assets/js/store/actions.js @@ -1324,6 +1324,9 @@ export default { } // state.cacheDialogs.some(dialog => { + if (dialog.name === undefined || dialog.dialog_delete === 1) { + return false; + } if (dialog.type == 'group' && dialog.group_type == 'task' && dialog.group_info.id == data.id) { if (data.name !== undefined) { dialog.name = data.name