refactor(接口测试): 一键同步开关默认关闭
--story=1014129 --user=王孝刚 【接口测试】一键同步开关默认为关闭 https://www.tapd.cn/55049933/s/1445285
This commit is contained in:
parent
1e22a17c44
commit
f4ead27a13
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue