fix(缺陷管理): 同步条件的问题

This commit is contained in:
song-cc-rock 2024-03-25 13:56:56 +08:00 committed by Craftsman
parent b06d5d135e
commit 1e71f6439d
1 changed files with 1 additions and 1 deletions

View File

@ -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'));