mirror of
https://github.com/kuaifan/dootask.git
synced 2025-12-11 02:12:53 +00:00
fix: 修复关闭应用时加载状态未正确更新的问题
This commit is contained in:
parent
2abc5976f9
commit
01c7f7250b
@ -540,6 +540,7 @@ export default {
|
||||
* @param app
|
||||
*/
|
||||
closeAppState(app) {
|
||||
this.loadings = this.loadings.filter(item => item !== app.name);
|
||||
this.closings.push(app.name);
|
||||
app.isOpen = false;
|
||||
setTimeout(() => {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user