|
|
@ -639,7 +639,7 @@ export default { |
|
|
|
currentPage: 1, |
|
|
|
pageSize: 20, |
|
|
|
total: null, |
|
|
|
searchH: 0, |
|
|
|
searchH: 241, |
|
|
|
resideathAddObj1: {}, // 死亡登记子组件 |
|
|
|
conditions: [], |
|
|
|
activeName: "", |
|
|
@ -715,8 +715,8 @@ export default { |
|
|
|
...mapGetters(["clientHeight", "iframeHeight"]), |
|
|
|
tableHeight() { |
|
|
|
const h = |
|
|
|
this.clientHeight - this.searchH - 275 + this.iframeHeight; |
|
|
|
const _h = this.clientHeight - 275 - this.searchH; |
|
|
|
this.clientHeight - this.searchH - 241 + this.iframeHeight; |
|
|
|
const _h = this.clientHeight - 241 - this.searchH; |
|
|
|
return this.$store.state.inIframe ? h : _h; |
|
|
|
}, |
|
|
|
}, |
|
|
@ -736,13 +736,8 @@ export default { |
|
|
|
}, |
|
|
|
|
|
|
|
async mounted() { |
|
|
|
// this.$nextTick(() => { |
|
|
|
// this.tableHeight = document.documentElement.clientHeight - this.$refs.resiSearch.$el.offsetHeight - 280 + 'px' |
|
|
|
// }) |
|
|
|
console.log( |
|
|
|
"document.documentElement.clientWidth", |
|
|
|
document.documentElement.clientHeight |
|
|
|
); |
|
|
|
this.searchH = this.$refs.myResiSearch.offsetHeight; |
|
|
|
|
|
|
|
this.displayedBaobiaoBtn = await this.$refs.baobiao.existsTemplate({ |
|
|
|
elseParams: { |
|
|
|
categoryKeys: ["resi_info"], |
|
|
|