Browse Source

档案管理年度问题

master
xuhuajiao 2 years ago
parent
commit
9f11c596bb
  1. 2
      src/views/archivesManage/archivesList/index.vue
  2. 5
      src/views/environmentalScreen/index.vue

2
src/views/archivesManage/archivesList/index.vue

@ -397,7 +397,7 @@ export default {
this.intellClassifyTree.unshift({ id: -1, dicName: '年度', dicCode: 'Search_year', childMenus: newYearArr })
}
this.intellClassifyLoading = false
}, 500)
}, 1000)
}
},
//

5
src/views/environmentalScreen/index.vue

@ -90,8 +90,8 @@
</div>
<div class="env-main-middle">
<div class="env-3d">
<img src="~@/assets/images/largeScreen/screen.png" alt="">
<!-- <iframe id="myIframe" ref="myIframe" name="iframeMap" class="iframe_box" src="/webA/index.html" frameborder="0" scrolling="no" /> -->
<!-- <img src="~@/assets/images/largeScreen/screen.png" alt=""> -->
<iframe id="myIframe" ref="myIframe" name="iframeMap" class="iframe_box" src="/webA/index.html" frameborder="0" scrolling="no" />
<ul class="screen-env-list">
<li v-show="topDisplayData.DAK_DIV_TOP_001.show" :class="{ 'li-warn': topDisplayData.DAK_DIV_TOP_001.curstatus > 0 }">
<svg-icon icon-class="temperature" class-name="msg-list-svg" />
@ -430,6 +430,7 @@ export default {
mounted() {
const _this = this
this.iframeWin = this.$refs.myIframe.contentWindow
console.log(this.$refs.myIframe.contentWindow)
// inframe
document.getElementById('myIframe').onload = function() {
_this.deviceState()

Loading…
Cancel
Save