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,
@@ -17,14 +17,14 @@
{{ this.$route.query.item.cid }} {{ this.$route.query.item.cid }}
</span> </span>
</p> </p>
<!-- <p class="transition-box-p">--> <!-- <p class="transition-box-p">-->
<!-- <label class="transition-box-label">标准名称:</label>--> <!-- <label class="transition-box-label">标准名称:</label>-->
<!-- <span class="transition-box-span table-jump"--> <!-- <span class="transition-box-span table-jump"-->
<!-- @click="handlePreview(itemData)"--> <!-- @click="handlePreview(itemData)"-->
<!-- >--> <!-- >-->
<!-- {{ this.$route.query.item.cname || '-' }}--> <!-- {{ this.$route.query.item.cname || '-' }}-->
<!-- </span>--> <!-- </span>-->
<!-- </p>--> <!-- </p>-->
<div class="transition-box-p"> <div class="transition-box-p">
<label class="transition-box-label">附件:</label> <label class="transition-box-label">附件:</label>
<div class="file-box" v-if="fileInfoList.length > 0"> <div class="file-box" v-if="fileInfoList.length > 0">
@@ -246,7 +246,7 @@
</template> </template>
<script> <script>
export default { export default {
name: 'consultationDetails', name: 'consultationDetails',
data() { data() {
return { return {
@@ -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()
} }
}) })
@@ -547,14 +548,14 @@ export default {
this.getIdeaKey() this.getIdeaKey()
this.getFileInfo() this.getFileInfo()
}, },
} }
</script> </script>
<style lang="less" scoped> <style lang="less" scoped>
@import '~@/assets/styles/mixins'; @import '~@/assets/styles/mixins';
@import '~@/assets/styles/style'; @import '~@/assets/styles/style';
.consultationDetails { .consultationDetails {
height: 100%; height: 100%;
display: flex; display: flex;
flex-direction: column; flex-direction: column;
@@ -690,5 +691,5 @@ export default {
width: 1000px; width: 1000px;
} }
} }
} }
</style> </style>