fix(项目管理): 修复缺陷同步配置前端展示问题
This commit is contained in:
parent
0b7826c0f9
commit
004c8f5637
|
@ -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.CRON_EXPRESSION = res.cron_expression;
|
||||
}
|
||||
} catch (e) {
|
||||
|
|
Loading…
Reference in New Issue