mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-manage.git
synced 2025-12-16 22:36:45 +08:00
fix:下载中心搜索,重新查询容量
This commit is contained in:
@@ -211,6 +211,8 @@ export default {
|
|||||||
// 搜索
|
// 搜索
|
||||||
function searchDownloadList() {
|
function searchDownloadList() {
|
||||||
getData()
|
getData()
|
||||||
|
// 获取当前用户容量
|
||||||
|
getDownLoadTotalSize()
|
||||||
}
|
}
|
||||||
|
|
||||||
// 重置
|
// 重置
|
||||||
@@ -218,6 +220,8 @@ export default {
|
|||||||
state.name = "";
|
state.name = "";
|
||||||
state.currentPage = 1;
|
state.currentPage = 1;
|
||||||
getData()
|
getData()
|
||||||
|
// 获取当前用户容量
|
||||||
|
getDownLoadTotalSize()
|
||||||
}
|
}
|
||||||
|
|
||||||
// 分页
|
// 分页
|
||||||
|
|||||||
Reference in New Issue
Block a user