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 || [],
|
excludeIds: batchParams.value?.excludeIds || [],
|
||||||
...tableParams,
|
...tableParams,
|
||||||
});
|
});
|
||||||
Message.success(t('common.executionSuccess'));
|
Message.success(t('common.operationSuccess'));
|
||||||
resetSelectorAndCaseList();
|
resetSelectorAndCaseList();
|
||||||
emit('refresh');
|
emit('refresh');
|
||||||
} catch (error) {
|
} catch (error) {
|
||||||
|
|
|
@ -502,7 +502,7 @@
|
||||||
excludeIds: batchParams.value?.excludeIds || [],
|
excludeIds: batchParams.value?.excludeIds || [],
|
||||||
...tableParams,
|
...tableParams,
|
||||||
});
|
});
|
||||||
Message.success(t('common.executionSuccess'));
|
Message.success(t('common.operationSuccess'));
|
||||||
resetSelectorAndCaseList();
|
resetSelectorAndCaseList();
|
||||||
emit('refresh');
|
emit('refresh');
|
||||||
} catch (error) {
|
} catch (error) {
|
||||||
|
|
Loading…
Reference in New Issue