|
@@ -834,6 +834,9 @@ export default {
|
|
page: num == 1 ? num : this.paginationData.currentPage, //页码
|
|
page: num == 1 ? num : this.paginationData.currentPage, //页码
|
|
limit: this.paginationData.pageSize, //条数
|
|
limit: this.paginationData.pageSize, //条数
|
|
};
|
|
};
|
|
|
|
+ if (this.$route.query.code) {
|
|
|
|
+ pramse.code = this.$route.query.code
|
|
|
|
+ }
|
|
sessionStorage.setItem('Zkpramse', JSON.stringify(pramse));
|
|
sessionStorage.setItem('Zkpramse', JSON.stringify(pramse));
|
|
sessionStorage.setItem('ZkChoice', this.choice);
|
|
sessionStorage.setItem('ZkChoice', this.choice);
|
|
this.getinfo(pramse);
|
|
this.getinfo(pramse);
|
|
@@ -852,6 +855,9 @@ export default {
|
|
page: num == 1 ? num : this.paginationData.currentPage, //页码
|
|
page: num == 1 ? num : this.paginationData.currentPage, //页码
|
|
limit: this.paginationData.pageSize, //条数
|
|
limit: this.paginationData.pageSize, //条数
|
|
};
|
|
};
|
|
|
|
+ if (this.$route.query.code) {
|
|
|
|
+ pramse.code = this.$route.query.code
|
|
|
|
+ }
|
|
sessionStorage.setItem('Zkpramse', JSON.stringify(pramse));
|
|
sessionStorage.setItem('Zkpramse', JSON.stringify(pramse));
|
|
sessionStorage.setItem('ZkChoice', this.choice);
|
|
sessionStorage.setItem('ZkChoice', this.choice);
|
|
if (num == 1) {
|
|
if (num == 1) {
|