style(测试计划): 修改接口用例/场景用例批量执行后提示文案

--bug=1043094 --user=吕梦园
https://www.tapd.cn/55049933/bugtrace/bugs/view/1155049933001043094
This commit is contained in:
teukkk 2024-06-25 16:13:05 +08:00 committed by 刘瑞斌
parent 748eef36b5
commit e091b11766
2 changed files with 2 additions and 2 deletions

View File

@ -519,7 +519,7 @@
excludeIds: batchParams.value?.excludeIds || [],
...tableParams,
});
Message.success(t('common.executionSuccess'));
Message.success(t('common.operationSuccess'));
resetSelectorAndCaseList();
emit('refresh');
} catch (error) {

View File

@ -502,7 +502,7 @@
excludeIds: batchParams.value?.excludeIds || [],
...tableParams,
});
Message.success(t('common.executionSuccess'));
Message.success(t('common.operationSuccess'));
resetSelectorAndCaseList();
emit('refresh');
} catch (error) {