fix(UI自动化): 添加UI批量停止任务

This commit is contained in:
zhangyong 2022-10-19 16:44:35 +08:00 committed by zhangyongfit2cloud
parent 10dfb43e98
commit f577f37fd7
1 changed files with 1 additions and 0 deletions

View File

@ -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();