diff --git a/src/views/modules/base/community/community.vue b/src/views/modules/base/community/community.vue
index 19b8419d9..403e435fb 100644
--- a/src/views/modules/base/community/community.vue
+++ b/src/views/modules/base/community/community.vue
@@ -1,339 +1,331 @@
-
-
-
-
-
-
-
-
-
-
- {{ data.label + "(" }}
- {{ data.showNum }}
- {{ ")" }}
-
- {{ data.showName }}
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 查询
+ 重置
+ {{ boxHeight ? "展开" : "收起"
+ }}
- -->
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
@@ -957,108 +936,108 @@ export default {
diff --git a/src/views/modules/base/resi.vue b/src/views/modules/base/resi.vue
index f7d92d72b..ff0ba434f 100644
--- a/src/views/modules/base/resi.vue
+++ b/src/views/modules/base/resi.vue
@@ -639,7 +639,6 @@ export default {
currentPage: 1,
pageSize: 20,
total: null,
- searchH: 241,
resideathAddObj1: {}, // 死亡登记子组件
conditions: [],
activeName: "",
@@ -714,10 +713,9 @@ export default {
computed: {
...mapGetters(["clientHeight", "iframeHeight"]),
tableHeight() {
- const h =
- this.clientHeight - this.searchH - 241 + this.iframeHeight;
- const _h = this.clientHeight - 241 - this.searchH;
- return this.$store.state.inIframe ? h : _h;
+ return this.$store.state.inIframe
+ ? this.clientHeight - 450 + this.iframeHeigh
+ : this.clientHeight - 450;
},
},
diff --git a/src/views/modules/communityService/gxxq/index.vue b/src/views/modules/communityService/gxxq/index.vue
index 40cd26388..07a674837 100644
--- a/src/views/modules/communityService/gxxq/index.vue
+++ b/src/views/modules/communityService/gxxq/index.vue
@@ -304,7 +304,7 @@ export default {
pageSize: 20,
tableLoading: true,
total: 0,
- searchH: 115,
+ searchH: 170,
formShow: false,
formTitle: "",
rowObj: {},
diff --git a/src/views/modules/communityService/measure/index.vue b/src/views/modules/communityService/measure/index.vue
index c1f202d0d..e78cd493a 100644
--- a/src/views/modules/communityService/measure/index.vue
+++ b/src/views/modules/communityService/measure/index.vue
@@ -1,7 +1,8 @@
-
-
+
重置
+ {{ boxHeight ? "展开" : "收起"
+ }}
@@ -266,8 +279,7 @@
-
-
+
{
+ this.formData.attachmentList.push({
+ name:item.attachmentName,
+ type:item.attachmentType,
+ url:item.attachmentUrl,
+ format:item.attachmentFormat,
+ duration:0,
+ })
+ })
this.formData.assignInfo = this.newFormData;
let url = "/governance/policy/addPolicy";
if (this.formType === "add" || this.formType === "copy") {
url = "/governance/policy/addPolicy";
- this.formData.policyId = "";
+ // this.formData.policyId = "";
} else {
url = "/heart/policy/update";
- this.formData.policyId = this.policyId;
+ // this.formData.policyId = this.policyId;
}
// const url = 'http://yapi.elinkservice.cn/mock/245/heart/icServiceProject/service/initiate'
diff --git a/src/views/modules/communityService/policy/policyList.vue b/src/views/modules/communityService/policy/policyList.vue
index 195ae7647..10dc87899 100644
--- a/src/views/modules/communityService/policy/policyList.vue
+++ b/src/views/modules/communityService/policy/policyList.vue
@@ -330,8 +330,8 @@ export default {
computed: {
maxTableHeight() {
return this.$store.state.inIframe
- ? this.clientHeight - 400 + this.iframeHeigh
- : this.clientHeight - 400;
+ ? this.clientHeight - 450 + this.iframeHeigh
+ : this.clientHeight - 450;
},
...mapGetters(["clientHeight", "iframeHeight"]),
},
diff --git a/src/views/modules/cpts/base2/index.vue b/src/views/modules/cpts/base2/index.vue
index e5ad2d769..4927984ec 100644
--- a/src/views/modules/cpts/base2/index.vue
+++ b/src/views/modules/cpts/base2/index.vue
@@ -101,21 +101,26 @@
-
+
+
+
+
+
+ 查询
重置查询
-
-
-
+
+