From dad54035645a42c459573f11239576bfcc7017d1 Mon Sep 17 00:00:00 2001 From: wangjiahao <1522128093@qq.com> Date: Fri, 21 Jun 2024 17:22:40 +0800 Subject: [PATCH] =?UTF-8?q?fix(=E4=BB=AA=E8=A1=A8=E6=9D=BF):=20=E4=BF=AE?= =?UTF-8?q?=E5=A4=8D=E4=BB=AA=E8=A1=A8=E6=9D=BF=E4=B8=AD=E9=83=A8=E5=88=86?= =?UTF-8?q?=E8=A7=86=E5=9B=BE=E5=87=BA=E7=8E=B0=E9=94=99=E8=AF=AF=E5=90=8E?= =?UTF-8?q?=E4=B8=8D=E5=86=8D=E5=88=B7=E6=96=B0=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../frontend/src/components/canvas/customComponent/UserView.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/frontend/src/components/canvas/customComponent/UserView.vue b/core/frontend/src/components/canvas/customComponent/UserView.vue index ea6af2d3a5..35ece23ea8 100644 --- a/core/frontend/src/components/canvas/customComponent/UserView.vue +++ b/core/frontend/src/components/canvas/customComponent/UserView.vue @@ -1002,7 +1002,7 @@ export default { }, getData(id, cache = true, dataBroadcast = false) { // Err1001 已删除的不在重复请求 - if (this.requestStatus === 'waiting' || (this.message && this.message.indexOf('Err1001'))) { + if (this.requestStatus === 'waiting' || (this.message && this.message.indexOf('Err1001')> -1)) { return } if (id) {