fix: 删除多余日志
This commit is contained in:
parent
5c8184e5cf
commit
e967add994
|
@ -32,7 +32,6 @@ import {saveScenario} from "@/business/components/api/automation/api-automation"
|
||||||
},
|
},
|
||||||
methods: {
|
methods: {
|
||||||
run() {
|
run() {
|
||||||
console.log(this.runData.onSampleError);
|
|
||||||
let testPlan = createComponent('TestPlan');
|
let testPlan = createComponent('TestPlan');
|
||||||
let threadGroup = createComponent('ThreadGroup');
|
let threadGroup = createComponent('ThreadGroup');
|
||||||
threadGroup.hashTree = [];
|
threadGroup.hashTree = [];
|
||||||
|
|
Loading…
Reference in New Issue