Commit 4766fe8e authored by 张俊's avatar 张俊

容器翻页

parent aa3b8463
......@@ -323,11 +323,11 @@ export default {
changePageSize(value) {
this.pageSize = value;
this.currentPage = 1;
this.get_list_pod()
},
changeCurrentPage(value) {
this.currentPage = value;
this.get_list_pod()
},
}
};
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment