mirror of
https://github.com/MCSManager/UI.git
synced 2025-02-17 18:39:30 +08:00
新增 文件删除后刷新
This commit is contained in:
parent
d304017fac
commit
fa7f698ca2
@ -1,7 +1,7 @@
|
||||
<!--
|
||||
* @Author: Copyright(c) 2020 Suwings
|
||||
* @Date: 2021-05-08 11:53:54
|
||||
* @LastEditTime: 2021-09-09 16:00:32
|
||||
* @LastEditTime: 2021-12-22 22:25:51
|
||||
* @Description:
|
||||
-->
|
||||
|
||||
@ -422,8 +422,10 @@ export default {
|
||||
}
|
||||
});
|
||||
this.$message({ message: "文件已删除", type: "success" });
|
||||
this.render();
|
||||
} catch (error) {
|
||||
this.$message({ message: `错误:${error}`, type: "error" });
|
||||
this.render();
|
||||
}
|
||||
},
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user