fix(接口自动化): 修复执行缺陷
This commit is contained in:
parent
97e5549bc1
commit
80c624d6b7
|
@ -19,6 +19,7 @@ export default class JSR223PostProcessor extends PostProcessor {
|
|||
this.parameters = [];
|
||||
this.filename = undefined;
|
||||
this.cacheKey = true;
|
||||
this.enable = true;
|
||||
this.script = undefined;
|
||||
}
|
||||
}
|
||||
|
|
|
@ -19,6 +19,7 @@ export default class JSR223PreProcessor extends PostProcessor {
|
|||
this.parameters = [];
|
||||
this.filename = undefined;
|
||||
this.cacheKey = undefined;
|
||||
this.enable = true;
|
||||
this.script = undefined;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue