refactor(性能测试): 删除文件之后刷新列表

This commit is contained in:
Captain.B 2021-03-16 13:47:56 +08:00
parent 15dc136df7
commit 7fe6b3660d
1 changed files with 1 additions and 1 deletions

View File

@ -139,8 +139,8 @@ export default {
}).then(() => {
this.$get('/project/delete/file/' + row.id, response => {
Message.success(this.$t('commons.delete_success'));
this.getProjectFiles();
});
this.getProjectFiles();
}).catch(() => {
});