链接管理loading

This commit is contained in:
shenyanpei
2021-12-05 10:50:53 +08:00
parent 31b25edbcb
commit aeb1983aec
2 changed files with 6 additions and 2 deletions
@@ -469,7 +469,9 @@ export default {
) )
item.icon = src item.icon = src
}) })
setTimeout(()=>{
this.Loading = false this.Loading = false
},1200)
} }
}) })
this.initSortable() this.initSortable()
@@ -467,7 +467,9 @@ export default {
) )
item.icon = src item.icon = src
}) })
setTimeout(()=>{
this.Loading = false this.Loading = false
},1200)
} }
}) })
this.initSortable() this.initSortable()