|
@@ -136,6 +136,8 @@ export default {
|
|
|
const { data, type } = this.$route.params;
|
|
|
this.type = type;
|
|
|
return {
|
|
|
+ current: this.inCurrentPage || this.currentPage,
|
|
|
+ size: this.pageSize,
|
|
|
resultId: data && data.resultId,
|
|
|
success: type === 'success' ? 1 : 0,
|
|
|
};
|