This commit is contained in:
zhutianqi
2022-01-26 15:23:38 +08:00
parent b903cda5ce
commit c835a0719e
2 changed files with 453 additions and 453 deletions
@@ -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()
} }
}) })