fix(缺陷管理): 同步条件的问题
This commit is contained in:
parent
b06d5d135e
commit
1e71f6439d
|
@ -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'));
|
||||
|
|
Loading…
Reference in New Issue