|
@@ -282,6 +282,7 @@ export default {
|
|
// 重置分页
|
|
// 重置分页
|
|
this.listQuery.page = 1
|
|
this.listQuery.page = 1
|
|
this.listQuery.size = 10
|
|
this.listQuery.size = 10
|
|
|
|
+ this.listQuery.current = 1;
|
|
this.selectRepertoryPage()
|
|
this.selectRepertoryPage()
|
|
},
|
|
},
|
|
// 重置搜索条件
|
|
// 重置搜索条件
|
|
@@ -290,6 +291,7 @@ export default {
|
|
this.selectDate = '';
|
|
this.selectDate = '';
|
|
this.$router.push({ query: {} });
|
|
this.$router.push({ query: {} });
|
|
this.listQuery = {
|
|
this.listQuery = {
|
|
|
|
+ page: 1,
|
|
current: 1,
|
|
current: 1,
|
|
size: 10,
|
|
size: 10,
|
|
}
|
|
}
|