diff --git a/src/views/modules/base/huji/immigration/index.vue b/src/views/modules/base/huji/immigration/index.vue index 019842e53..b164dcd4d 100644 --- a/src/views/modules/base/huji/immigration/index.vue +++ b/src/views/modules/base/huji/immigration/index.vue @@ -455,14 +455,7 @@ export default { }, computed: { ...mapGetters(['clientHeight', 'iframeHeight']), - maxTableHeight () { - console.log('computed-searchH---', this.searchH) - const h = this.clientHeight - this.searchH + this.iframeHeight - const _h = this.clientHeight - this.searchH - console.log('computed-searchH---_h', _h) - return this.$store.state.inIframe ? h : _h - }, changeVDisabled () { return !this.fmData.villageId diff --git a/src/views/modules/plugins/change/changerelocation.vue b/src/views/modules/plugins/change/changerelocation.vue index 75c56ac16..72ed4a89e 100644 --- a/src/views/modules/plugins/change/changerelocation.vue +++ b/src/views/modules/plugins/change/changerelocation.vue @@ -1,109 +1,90 @@ -