fix(接口自动化): 修复执行缺陷

This commit is contained in:
fit2-zhao 2020-12-17 19:30:25 +08:00
parent 97e5549bc1
commit 80c624d6b7
2 changed files with 2 additions and 0 deletions

View File

@ -19,6 +19,7 @@ export default class JSR223PostProcessor extends PostProcessor {
this.parameters = [];
this.filename = undefined;
this.cacheKey = true;
this.enable = true;
this.script = undefined;
}
}

View File

@ -19,6 +19,7 @@ export default class JSR223PreProcessor extends PostProcessor {
this.parameters = [];
this.filename = undefined;
this.cacheKey = undefined;
this.enable = true;
this.script = undefined;
}
}