From 9876af66ad3680a5888c0373d25b05ddfe170e81 Mon Sep 17 00:00:00 2001 From: ch Date: Mon, 13 Jun 2022 21:43:48 +0800 Subject: [PATCH] =?UTF-8?q?fix:sdk=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- plugins/msbIm.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/plugins/msbIm.js b/plugins/msbIm.js index 3fe0ad2..c354bad 100644 --- a/plugins/msbIm.js +++ b/plugins/msbIm.js @@ -2,7 +2,7 @@ * @Author: ch * @Date: 2022-05-18 14:54:47 * @LastEditors: ch - * @LastEditTime: 2022-06-13 21:04:11 + * @LastEditTime: 2022-06-13 21:23:02 * @Description: file content */ import { CreateUUID, FormatDate, ToAsyncAwait } from "@/plugins/utils"; @@ -287,7 +287,6 @@ class MsbIm { newData = [...newData, item]; } }); - this.setSessionData(newData); return Promise.resolve(result); }