fix(UI自动化): 添加UI批量停止任务
This commit is contained in:
parent
10dfb43e98
commit
f577f37fd7
|
@ -238,6 +238,7 @@ export default {
|
|||
array.push({type: 'API', projectId: getCurrentProjectID(), userId: getCurrentUser().id});
|
||||
array.push({type: 'SCENARIO', projectId: getCurrentProjectID(), userId: getCurrentUser().id});
|
||||
array.push({type: 'PERFORMANCE', projectId: getCurrentProjectID(), userId: getCurrentUser().id});
|
||||
array.push({type: 'UI_SCENARIO', projectId: getCurrentProjectID(), userId: getCurrentUser().id});
|
||||
stopBatchTask(array).then(response => {
|
||||
this.$success(this.$t('report.test_stop_success'));
|
||||
this.init();
|
||||
|
|
Loading…
Reference in New Issue