From 1e71f6439d00eb19177c776aa6fff927d3b88416 Mon Sep 17 00:00:00 2001 From: song-cc-rock Date: Mon, 25 Mar 2024 13:56:56 +0800 Subject: [PATCH] =?UTF-8?q?fix(=E7=BC=BA=E9=99=B7=E7=AE=A1=E7=90=86):=20?= =?UTF-8?q?=E5=90=8C=E6=AD=A5=E6=9D=A1=E4=BB=B6=E7=9A=84=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/src/views/bug-management/index.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/views/bug-management/index.vue b/frontend/src/views/bug-management/index.vue index 64da324e32..330373624d 100644 --- a/frontend/src/views/bug-management/index.vue +++ b/frontend/src/views/bug-management/index.vue @@ -638,7 +638,7 @@ try { await syncBugEnterprise({ projectId: appStore.currentProjectId, - pre: syncObject.operator === 'le', + pre: syncObject.operator === 'LT_OR_EQUALS', createTime: syncObject.time, }); Message.warning(t('bugManagement.synchronizing'));