mirror of
https://github.com/kuaifan/dootask.git
synced 2026-03-02 23:27:04 +00:00
fix: 聊天内容加载中刷新导致无法再继续加载的情况
This commit is contained in:
parent
c0ca50edf6
commit
062f0303b4
2
resources/assets/js/store/state.js
vendored
2
resources/assets/js/store/state.js
vendored
@ -24,7 +24,7 @@ const stateData = {
|
||||
cacheUserBasic: $A.getStorageArray("cacheUserBasic"),
|
||||
|
||||
// Dialog
|
||||
cacheDialogs: $A.getStorageArray("cacheDialogs"),
|
||||
cacheDialogs: $A.getStorageArray("cacheDialogs").map(item => Object.assign(item, {loading: false})),
|
||||
cacheUnreads: {},
|
||||
|
||||
// Project
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user