mirror of
https://gitee.com/fit2cloud-feizhiyun/MeterSphere.git
synced 2024-12-02 12:09:13 +08:00
style(测试计划): 修改接口用例/场景用例批量执行后提示文案
--bug=1043094 --user=吕梦园 https://www.tapd.cn/55049933/bugtrace/bugs/view/1155049933001043094
This commit is contained in:
parent
748eef36b5
commit
e091b11766
@ -519,7 +519,7 @@
|
||||
excludeIds: batchParams.value?.excludeIds || [],
|
||||
...tableParams,
|
||||
});
|
||||
Message.success(t('common.executionSuccess'));
|
||||
Message.success(t('common.operationSuccess'));
|
||||
resetSelectorAndCaseList();
|
||||
emit('refresh');
|
||||
} catch (error) {
|
||||
|
@ -502,7 +502,7 @@
|
||||
excludeIds: batchParams.value?.excludeIds || [],
|
||||
...tableParams,
|
||||
});
|
||||
Message.success(t('common.executionSuccess'));
|
||||
Message.success(t('common.operationSuccess'));
|
||||
resetSelectorAndCaseList();
|
||||
emit('refresh');
|
||||
} catch (error) {
|
||||
|
Loading…
Reference in New Issue
Block a user