fix: 修改格式
This commit is contained in:
parent
8c5ca6ab5f
commit
b74eb95c4c
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue