fix: 修改格式

This commit is contained in:
wenyann 2021-06-17 10:55:09 +08:00 committed by 刘瑞斌
parent 8c5ca6ab5f
commit b74eb95c4c
1 changed files with 1 additions and 1 deletions

View File

@ -1035,7 +1035,7 @@ export default {
this.currentScenario.headers = obj.headers;
}
this.enableCookieShare = obj.enableCookieShare;
if (obj.onSampleError == undefined) {
if (obj.onSampleError === undefined) {
this.onSampleError = true;
} else {
this.onSampleError = obj.onSampleError;