commit
This commit is contained in:
@@ -125,7 +125,6 @@
|
|||||||
},
|
},
|
||||||
},
|
},
|
||||||
mounted() {
|
mounted() {
|
||||||
console.log(this.$route.query);
|
|
||||||
this.$http.get('SarStandItems/sar-stand-items/querySarItemAndInterpretation', {
|
this.$http.get('SarStandItems/sar-stand-items/querySarItemAndInterpretation', {
|
||||||
standId: this.$route.query.standId,
|
standId: this.$route.query.standId,
|
||||||
fileType: this.$route.query.fileType,
|
fileType: this.$route.query.fileType,
|
||||||
|
|||||||
@@ -519,6 +519,7 @@ export default {
|
|||||||
mounted() {
|
mounted() {
|
||||||
window.addEventListener("storage", ev => {
|
window.addEventListener("storage", ev => {
|
||||||
if(ev.key === 'freshClueNum'){
|
if(ev.key === 'freshClueNum'){
|
||||||
|
this.form.page = 1
|
||||||
this.getList()
|
this.getList()
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
|
|||||||
Reference in New Issue
Block a user