fix(项目管理): 修复缺陷同步配置前端展示问题

This commit is contained in:
song-cc-rock 2024-08-28 11:12:17 +08:00 committed by 刘瑞斌
parent 0b7826c0f9
commit 004c8f5637
1 changed files with 1 additions and 5 deletions

View File

@ -256,11 +256,7 @@
await handlePlatformChange(res.platform_key);
form.SYNC_ENABLE = res.sync_enable;
form.PLATFORM_KEY = res.platform_key;
if (!isXpack.value) {
form.MECHANISM = 'increment';
} else {
form.MECHANISM = res.mechanism;
}
form.MECHANISM = res.mechanism;
form.CRON_EXPRESSION = res.cron_expression;
}
} catch (e) {