|
@@ -404,7 +404,8 @@ export default {
|
|
|
if (this.$store.state.app.isNewTab) {
|
|
|
this.resetData()
|
|
|
if (this.$route.query.pageParams) {
|
|
|
- this.queryParam.state = this.$route.query.pageParams.state
|
|
|
+ this.queryParam.state = JSON.parse(this.$route.query.pageParams).state
|
|
|
+ this.queryParam.outBizType = JSON.parse(this.$route.query.pageParams).outBizType
|
|
|
}
|
|
|
this.pageInit()
|
|
|
this.$refs.table.refresh(true)
|