refactor(接口测试): 一键同步开关默认关闭

--story=1014129 --user=王孝刚 【接口测试】一键同步开关默认为关闭 https://www.tapd.cn/55049933/s/1445285
This commit is contained in:
wxg0103 2023-12-19 10:31:13 +08:00 committed by 刘瑞斌
parent 1e22a17c44
commit f4ead27a13
1 changed files with 2 additions and 2 deletions

View File

@ -307,7 +307,7 @@ export default {
showUpdateRule: false,
apiSyncCaseRequest: '',
apiSyncConfig: {},
syncCase: true,
syncCase: false,
sendNotice: true,
},
noShowSyncRuleRelation: false,
@ -1114,7 +1114,7 @@ export default {
this.apiSyncRuleRelation.scenarioCreator = true;
}
if (this.apiSyncRuleRelation.syncCase === null || this.apiSyncRuleRelation.syncCase === undefined) {
this.apiSyncRuleRelation.syncCase = true;
this.apiSyncRuleRelation.syncCase = false;
}
if (this.apiSyncRuleRelation.sendNotice === null || this.apiSyncRuleRelation.sendNotice === undefined) {
this.apiSyncRuleRelation.sendNotice = true;