fix:下载中心搜索,重新查询容量

This commit is contained in:
wyx
2023-02-26 12:23:34 +08:00
parent 096119df28
commit f10fb8e121

View File

@@ -211,6 +211,8 @@ export default {
// 搜索
function searchDownloadList() {
getData()
// 获取当前用户容量
getDownLoadTotalSize()
}
// 重置
@@ -218,6 +220,8 @@ export default {
state.name = "";
state.currentPage = 1;
getData()
// 获取当前用户容量
getDownLoadTotalSize()
}
// 分页