修正错误

pull/1050/head
lyswhut 2022-09-03 01:15:24 +08:00
parent 25ca781d76
commit 41fc8d2e2e
1 changed files with 1 additions and 1 deletions

View File

@ -189,7 +189,7 @@ const mutations = {
state.sourceList[source].total = 0
state.sourceMaxPage[source] = 0
}
state.list.length = []
state.list = []
state.page = 0
state.allPage = 0
state.total = 0