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