|
@@ -100,7 +100,7 @@
|
|
|
/>
|
|
|
</div>
|
|
|
<div v-else style="margin-top: 30px;">暂无数据!</div>
|
|
|
- <historyRecord v-if="pageType.search(/All/) < 0 && tabPageData && windowHref.indexOf('isHistory=new') < 0" />
|
|
|
+ <historyRecord v-model="historyRecordReload" v-if="pageType.search(/All/) < 0 && tabPageData && windowHref.indexOf('isHistory=new') < 0" />
|
|
|
</div>
|
|
|
<div class="right-wrapper">
|
|
|
<Affix
|
|
@@ -249,6 +249,7 @@ export default {
|
|
|
monthlyReportPreView: null,
|
|
|
monthlyReportPrePdfView: null,
|
|
|
scrollTop: 0,
|
|
|
+ historyRecordReload: false, // 月报历史记录实时刷新
|
|
|
windowHref: ''
|
|
|
}
|
|
|
},
|
|
@@ -426,6 +427,7 @@ export default {
|
|
|
window.log({ c: 'report_edit', d: 'report_edit_save' })
|
|
|
this.$message.success('保存成功!')
|
|
|
}
|
|
|
+ this.historyRecordReload = true
|
|
|
})
|
|
|
},
|
|
|
// 月报确认
|