|
|
@@ -324,6 +324,7 @@
|
|
|
inchargeName: this.queryForm.inchargeName,
|
|
|
unit: this.queryForm.unit,
|
|
|
state: this.queryForm.state,
|
|
|
+ total: this.total,
|
|
|
}
|
|
|
localStorage.setItem('consultSearchParams', JSON.stringify(data))
|
|
|
},
|
|
|
@@ -339,6 +340,7 @@
|
|
|
this.queryForm.inchargeName = data.inchargeName
|
|
|
this.queryForm.unit = data.unit
|
|
|
this.queryForm.state = data.state
|
|
|
+ this.total = data.total
|
|
|
}
|
|
|
localStorage.removeItem('consultSearchParams')
|
|
|
this.$route.params.isGetParams = undefined
|