|
@@ -170,6 +170,8 @@ export default {
|
|
const param = this.$route.params;
|
|
const param = this.$route.params;
|
|
if (param.currentPage) {
|
|
if (param.currentPage) {
|
|
this.inCurrentPage = param.currentPage;
|
|
this.inCurrentPage = param.currentPage;
|
|
|
|
+ }
|
|
|
|
+ if (param.filter) {
|
|
this.filter = param.filter;
|
|
this.filter = param.filter;
|
|
}
|
|
}
|
|
this.getTypeList();
|
|
this.getTypeList();
|