From 544b480d4ce3f89d19b4a1a7310d3b3d90438d46 Mon Sep 17 00:00:00 2001
From: mk <2403457699@qq.com>
Date: Thu, 31 Aug 2023 17:24:16 +0800
Subject: [PATCH] =?UTF-8?q?bug#488=20=E5=85=9A=E7=BB=84=E7=BB=87=E5=9C=B0?=
=?UTF-8?q?=E5=9B=BE=E9=97=AE=E9=A2=98,=E5=85=9A=E5=91=98=E7=AE=A1?=
=?UTF-8?q?=E7=90=86=E5=88=97=E8=A1=A8=E6=A0=B7=E5=BC=8F?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
.../housingNature/housingNature.vue | 2 +-
.../resiDisability/resiDisability.vue | 2 -
.../subsistenceAllowance.vue | 4 +-
.../base/residentManagement/tefu/tefuList.vue | 2 +-
.../unemployment/unemployment.vue | 4 +-
.../residentManagement/veteran/veteran.vue | 2 +-
.../volunteer/volunteer.vue | 2 +-
.../communityParty/members/memberList.vue | 324 +++++++++---------
.../communityParty/partyOrg/create.vue | 6 -
9 files changed, 178 insertions(+), 170 deletions(-)
diff --git a/src/views/modules/base/residentManagement/housingNature/housingNature.vue b/src/views/modules/base/residentManagement/housingNature/housingNature.vue
index 5098a7cf0..10ec1f5e7 100644
--- a/src/views/modules/base/residentManagement/housingNature/housingNature.vue
+++ b/src/views/modules/base/residentManagement/housingNature/housingNature.vue
@@ -611,7 +611,7 @@ export default {
let url = "/actual/base/resiCategorized/ensureHouse/downloadImportTemplate";
let params = {};
await this.$http({
- method: "POST",
+ method: "get",
url,
responseType: "blob",
data: params,
diff --git a/src/views/modules/base/residentManagement/resiDisability/resiDisability.vue b/src/views/modules/base/residentManagement/resiDisability/resiDisability.vue
index 52364c49c..80230c63b 100644
--- a/src/views/modules/base/residentManagement/resiDisability/resiDisability.vue
+++ b/src/views/modules/base/residentManagement/resiDisability/resiDisability.vue
@@ -198,7 +198,6 @@
-
-
- 新增
-
-
- 导入
-
- 导出
-
- 下载模板
-
- 批量删除
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- {{ scope.row.payStatus ? '是' : '否' }}
-
-
-
-
-
-
- {{ scope.row.centerFlag == null ? null : (scope.row.centerFlag === 1 ? '是' : '否') }}
-
-
-
-
- {{ scope.row.flowFlag == null ? null : (scope.row.flowFlag === 1 ? '是' : '否') }}
-
-
-
-
- {{ scope.row.studyNotNeed == null ? null : scope.row.studyNotNeed === 1 ? '是' : '否' }}
-
-
-
-
-
- 查看
- 编辑
- 删除
- 缴费记录
- 量化积分
-
-
-
-
-
-
-
-
-
+
+
+ 新增
+
+
+ 导入
+
+ 导出
+
+ 下载模板
+
+ 批量删除
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ {{ scope.row.payStatus ? '是' : '否' }}
+
+
+
+
+
+
+ {{ scope.row.centerFlag == null ? null : (scope.row.centerFlag === 1 ? '是' : '否') }}
+
+
+
+
+ {{ scope.row.flowFlag == null ? null : (scope.row.flowFlag === 1 ? '是' : '否') }}
+
+
+
+
+ {{ scope.row.studyNotNeed == null ? null : scope.row.studyNotNeed === 1 ? '是' : '否' }}
+
+
+
+
+
+ 查看
+ 编辑
+ 删除
+ 缴费记录
+ 量化积分
+
+
+
+
+
+
+
+
@@ -268,6 +274,7 @@
import { defineComponent } from 'vue'
import { Loading } from 'element-ui';
+import { mapGetters } from "vuex";
import Create from './create'
import Detail from './detail'
import Update from './update'
@@ -358,7 +365,8 @@ export default {
label: 'partyOrgName',
checkStrictly: true,
multiple: false
- }
+ },
+ searchH: 160,
}
},
@@ -702,7 +710,15 @@ export default {
this.searchForm.pageNo = pageNo;
this.search();
},
- }
+ },
+ computed: {
+ maxTableHeight() {
+ const h = this.clientHeight - this.searchH - 330 + this.iframeHeight;
+ const _h = this.clientHeight - 330 - this.searchH;
+ return this.$store.state.inIframe ? h : _h;
+ },
+ ...mapGetters(["clientHeight", "iframeHeight"]),
+ },
}
diff --git a/src/views/modules/communityParty/partyOrg/create.vue b/src/views/modules/communityParty/partyOrg/create.vue
index 81337d21d..36bca0a26 100644
--- a/src/views/modules/communityParty/partyOrg/create.vue
+++ b/src/views/modules/communityParty/partyOrg/create.vue
@@ -120,7 +120,6 @@
-