From 8c716cab25f6bb7d9b0d15b73080dc608d557882 Mon Sep 17 00:00:00 2001 From: jiangyy Date: Thu, 8 Dec 2022 15:06:11 +0800 Subject: [PATCH] =?UTF-8?q?=E8=BF=81=E5=87=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../modules/base/huji/immigration/index.vue | 7 - .../plugins/change/changerelocation.vue | 958 +++++++++--------- 2 files changed, 485 insertions(+), 480 deletions(-) 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 @@ -