回复
回复
@@ -101,77 +118,97 @@
-
+
\ No newline at end of file
diff --git a/src/views/dataBoard/sida/wt/hiddenDanger-detail.vue b/src/views/dataBoard/sida/wt/hiddenDanger-detail.vue
index 0ac1e2d26..1b337b0dd 100644
--- a/src/views/dataBoard/sida/wt/hiddenDanger-detail.vue
+++ b/src/views/dataBoard/sida/wt/hiddenDanger-detail.vue
@@ -810,8 +810,11 @@
this.getInfo();
},
gettab() {
- this.info.group_rental.forEach(item => {
- this.getUserInfo(item.user_id);
+
+ let users=this.info.group_rental.split(",");
+ console.log("this.info.group_rental",users)
+ users.forEach(item => {
+ this.getUserInfo(item);
});
},
getUserInfo(id) {
@@ -864,7 +867,7 @@
this.title = '群租房详情';
queryParam.room_id = this.detailId;
} else if (this.detailType == '发现问题') {
- url = 'group_tenant_info';
+ url = 'hidden_danger_info';
this.title = '发现问题详情';
queryParam.hidden_danger_id = this.detailId;
}
diff --git a/src/views/dataBoard/sida/zy/placeRes-detail.vue b/src/views/dataBoard/sida/zy/placeRes-detail.vue
index 0f099debc..55785beaa 100644
--- a/src/views/dataBoard/sida/zy/placeRes-detail.vue
+++ b/src/views/dataBoard/sida/zy/placeRes-detail.vue
@@ -54,96 +54,113 @@
-
+
\ No newline at end of file
From 8bd28e24547dc7bf66982ed42026ea6d15803789 Mon Sep 17 00:00:00 2001
From: mk <2403457699@qq.com>
Date: Mon, 3 Jul 2023 14:23:19 +0800
Subject: [PATCH 3/3] =?UTF-8?q?=E6=94=BF=E7=AD=96=E6=89=BE=E4=BA=BA/?=
=?UTF-8?q?=E4=BF=A1=E6=81=AF=E6=94=B9=E6=8E=A5=E5=8F=A3?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
.../modules/base/community/roomDetail.vue | 2 +-
src/views/modules/base/community/roomForm.vue | 2 +-
.../communityService/policy/policyList.vue | 72 ++++++++++++++++++-
3 files changed, 71 insertions(+), 5 deletions(-)
diff --git a/src/views/modules/base/community/roomDetail.vue b/src/views/modules/base/community/roomDetail.vue
index f23bff00e..a6b8bcada 100644
--- a/src/views/modules/base/community/roomDetail.vue
+++ b/src/views/modules/base/community/roomDetail.vue
@@ -187,7 +187,7 @@ export default {
async loadHouseInfo () {
const url =
- "/actual/base/communityHouse/getHouseDeatilById/" + this.houseId;
+ "/actual/base/communityHouse/getMaskedHouseDeatilById/" + this.houseId;
let params = {};
const { data, code, msg } = await requestPost(url, params);
diff --git a/src/views/modules/base/community/roomForm.vue b/src/views/modules/base/community/roomForm.vue
index 370b0a9e0..68d18acfa 100644
--- a/src/views/modules/base/community/roomForm.vue
+++ b/src/views/modules/base/community/roomForm.vue
@@ -269,7 +269,7 @@ export default {
async loadHouseInfo () {
- const url = "/actual/base/communityHouse/getHouseDeatilById/" + this.houseId
+ const url = "/actual/base/communityHouse/getClearHouseDeatilById/" + this.houseId
let params = {}
const { data, code, msg } = await requestPost(url, params)
diff --git a/src/views/modules/communityService/policy/policyList.vue b/src/views/modules/communityService/policy/policyList.vue
index ec8937302..12e12f850 100644
--- a/src/views/modules/communityService/policy/policyList.vue
+++ b/src/views/modules/communityService/policy/policyList.vue
@@ -41,6 +41,7 @@
placeholder="请输入"
size="small"
class="u-item-width-normal"
+ clearable
/>
@@ -121,6 +122,12 @@
>
导出
+ 批量删除