fix: 执行测试用例关联的测试生成的报告触发方式为空
This commit is contained in:
parent
777027da3b
commit
29b1aabe0b
|
@ -103,7 +103,7 @@
|
|||
}
|
||||
},
|
||||
runTest() {
|
||||
this.result = this.$post(this.runPath, {id: this.test.id}, (response) => {
|
||||
this.result = this.$post(this.runPath, {id: this.test.id, triggerMode: 'MANUAL'}, (response) => {
|
||||
this.$success(this.$t('load_test.is_running'));
|
||||
this.$emit('runTest', response.data);
|
||||
});
|
||||
|
|
Loading…
Reference in New Issue