服务组织:
@@ -175,11 +173,9 @@
-
-
diff --git a/src/views/dataBoard/sida/wt/hiddenDanger-detail.vue b/src/views/dataBoard/sida/wt/hiddenDanger-detail.vue
index 1b337b0dd..74bea6119 100644
--- a/src/views/dataBoard/sida/wt/hiddenDanger-detail.vue
+++ b/src/views/dataBoard/sida/wt/hiddenDanger-detail.vue
@@ -810,9 +810,7 @@
this.getInfo();
},
gettab() {
-
let users=this.info.group_rental.split(",");
- console.log("this.info.group_rental",users)
users.forEach(item => {
this.getUserInfo(item);
});
@@ -826,7 +824,6 @@
}, {
// mockId: 61172054,
}).then(res => {
- console.log(res);
if (res.code === 0) {
this.userArray.push(res.data[0]);
if (this.userArray.length == 1) {
@@ -885,42 +882,6 @@
...this.info,
...data[0]
};
- console.log('this.info', this.info);
- // this.info = {
- // group_rental: [
- // {
- // user_id: '1501821708368089090'
- // },
- // {
- // user_id: '1501821708569415681'
- // },
- // {
- // user_id: '1501821708368089090'
- // },
- // {
- // user_id: '1501821708569415681'
- // },
- // {
- // user_id: '1501821708368089090'
- // },
- // {
- // user_id: '1501821708569415681'
- // },
- // {
- // user_id: '1501821708368089090'
- // },
- // {
- // user_id: '1501821708569415681'
- // }
- // ],
- // house_state: null,
- // homeowner_idcard: '53',
- // homeowner: 'elit',
- // room_id: '52',
- // house_usage: 'ullamco culpa dolor',
- // homeowner_telep: 'sed',
- // house_type: 'mollit est eu commodo in'
- // };
if (this.detailType == '生产隐患') {
this.iniMap();
} else if (this.detailType == '群租房') {
diff --git a/src/views/dataBoard/sida/wt/hiddenDangerList.vue b/src/views/dataBoard/sida/wt/hiddenDangerList.vue
index 294e0efeb..a8ec22d83 100644
--- a/src/views/dataBoard/sida/wt/hiddenDangerList.vue
+++ b/src/views/dataBoard/sida/wt/hiddenDangerList.vue
@@ -1,7 +1,6 @@
-
{{ tableTitle }}
@@ -13,7 +12,6 @@
群租房
发现问题
-
-
-
-
diff --git a/src/views/dataBoard/sida/wt/specialCategory-detail.vue b/src/views/dataBoard/sida/wt/specialCategory-detail.vue
index 2b1ec4612..7058f6033 100644
--- a/src/views/dataBoard/sida/wt/specialCategory-detail.vue
+++ b/src/views/dataBoard/sida/wt/specialCategory-detail.vue
@@ -837,7 +837,6 @@ export default {
if (code === 0) {
this.info = { ...this.info, ...data[0] };
- console.log('this.info', this.info);
const { info } = this;
let tabList = this.BaseTabList;
info.crowd!='0' && tabList.push('党员');
diff --git a/src/views/dataBoard/sida/wt/specialCategoryList.vue b/src/views/dataBoard/sida/wt/specialCategoryList.vue
index a272b4ef0..620b78fa6 100644
--- a/src/views/dataBoard/sida/wt/specialCategoryList.vue
+++ b/src/views/dataBoard/sida/wt/specialCategoryList.vue
@@ -1,7 +1,6 @@
-
{{ tableTitle }}
@@ -17,7 +16,6 @@
肇事肇祸精神病
吸毒人员
-
-
-
-
diff --git a/src/views/dataBoard/sida/xq/list.vue b/src/views/dataBoard/sida/xq/list.vue
index 1737d5552..4793e0f2e 100644
--- a/src/views/dataBoard/sida/xq/list.vue
+++ b/src/views/dataBoard/sida/xq/list.vue
@@ -182,7 +182,6 @@ export default {
},
showInfo(index) {
let item = this.srcTableData[index];
- console.log("index",index)
this.detailType = item.need_type;
this.detailId = item.need_id;
},
@@ -232,8 +231,6 @@ export default {
if (code === 0) {
this.srcTableData = data;
- console.log('this.srcTableData ', this.srcTableData);
-
this.list = data.map((item, index) => {
let a = '';
@@ -254,12 +251,10 @@ export default {
item.need_type ? item.need_type : '--',
item.content ? item.content : '--',
item.status ? obj : '--',
- // item.status=="已接单"?"<span>已接2单</span>":"<span>已接单2</span>",
item.date ? item.date : '--',
{ type: 'operate', list: ['查看'] }
];
});
- // console.log('this.list', this.list);
} else {
this.$message.error(msg);
}
@@ -289,23 +284,13 @@ export default {
end_date
}
},
- {
- // mockId: 63070189,
- },
- console.log('ddd')
);
-
if (code === 0) {
this.total = parseInt(data[0].total);
- console.log(this.total);
} else {
this.$message.error(msg);
}
}
- },
-
- destroyed() {
- console.log('我已经离开了!');
}
};
diff --git a/src/views/dataBoard/sida/xq/need-detail.vue b/src/views/dataBoard/sida/xq/need-detail.vue
index 0dcbf8647..cab0090f0 100644
--- a/src/views/dataBoard/sida/xq/need-detail.vue
+++ b/src/views/dataBoard/sida/xq/need-detail.vue
@@ -105,7 +105,6 @@
{{ info.report_user_mobile }}
-
需求人:
@@ -120,7 +119,6 @@
{{ info.content }}
-
服务组织:
@@ -175,11 +173,9 @@
-
-
diff --git a/src/views/dataBoard/sida/zy/gonggongDetail.vue b/src/views/dataBoard/sida/zy/gonggongDetail.vue
index e4b7917ba..cae82f6c6 100644
--- a/src/views/dataBoard/sida/zy/gonggongDetail.vue
+++ b/src/views/dataBoard/sida/zy/gonggongDetail.vue
@@ -4,59 +4,47 @@
-
政策依据:
{{ info.policy_name }}
-
联系方式:
{{ info.principal_contact }}
-
经办人:
{{ info.principal_name }}
-
-
服务范围:
{{ info.scope_name }}
-
服务名称:
{{ info.service_name }}
-
服务组织:
{{ info.service_org_name }}
-
-
-
-
diff --git a/src/views/dataBoard/sida/zy/goodsRes-detail.vue b/src/views/dataBoard/sida/zy/goodsRes-detail.vue
index d32412344..7db37f32f 100644
--- a/src/views/dataBoard/sida/zy/goodsRes-detail.vue
+++ b/src/views/dataBoard/sida/zy/goodsRes-detail.vue
@@ -7,7 +7,6 @@
设备名称:
{{ info.equipment_name }}
-
设备编号:
{{ info.equipment_num }}
@@ -21,12 +20,10 @@
负责人:
{{ info.principal_name }}
-
联系电话:
{{ info.contact_num }}
-
所处位置:
{{ info.location }}
@@ -39,7 +36,6 @@
设备名称:
{{ info.equipment_name }}
-
设备编号:
{{ info.equipment_num }}
@@ -48,17 +44,14 @@
设备类型:
{{ info.equipment_category }}
-
负责人:
{{ info.principal_name }}
-
联系电话:
{{ info.contact_num }}
-
所处位置:
{{ info.location }}
@@ -69,13 +62,11 @@
-
diff --git a/src/views/dataBoard/sida/zy/lianjianDetail.vue b/src/views/dataBoard/sida/zy/lianjianDetail.vue
index 3e09b8291..45bd4c324 100644
--- a/src/views/dataBoard/sida/zy/lianjianDetail.vue
+++ b/src/views/dataBoard/sida/zy/lianjianDetail.vue
@@ -15,27 +15,22 @@
维度:
{{ info.latitude }}
-
-->
-
-
-
服务人数:
{{ info.people_count }}
-
活动地址:
{{ info.address }}
@@ -44,7 +39,6 @@
服务事项:
{{ info.service_matter }}
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/src/views/modules/base/community/communityTable.vue b/src/views/modules/base/community/communityTable.vue
index 99333f554..3b38e5b57 100644
--- a/src/views/modules/base/community/communityTable.vue
+++ b/src/views/modules/base/community/communityTable.vue
@@ -343,7 +343,6 @@ export default {
computed: {
tableHeight() {
- console.log(this.searchHeight);
let height = this.searchHeight + 270;
return this.$store.state.inIframe
? this.clientHeight - height + this.iframeHeight
@@ -412,7 +411,6 @@ export default {
humpName: util.capitalToHump(item.columnName),
};
});
- console.log(this.queryConditions);
} else {
this.$message.error(data.msg);
}
@@ -674,13 +672,10 @@ export default {
type: "warning",
})
.then(() => {
-
let ids = [];
- console.log(this.selection);
this.selection.forEach((element) => {
ids.push(element.neighborHoodId);
});
-
//第一次删除,非强制删除
this.deleteCommunity(ids, false);
})
@@ -753,10 +748,8 @@ export default {
data: params,
responseType: "blob",
}).then((res) => {
- console.log("res----1r", res);
if (res.data) {
// let fileName = window.decodeURI(res.headers["content-disposition"].split(";")[1].split("=")[1])
- // console.log('filename', fileName)
this.download(res.data, title); //释放掉blob对象
} else this.$message.error("下载失败");
// this.download(res.data, '1.png')
@@ -785,7 +778,6 @@ export default {
this.$nextTick(() => {
this.diyDialog = true;
});
- console.log("获取详情成功getExportList----", this.exportList);
} else {
this.$message.error(msg);
}
@@ -876,7 +868,6 @@ export default {
let title = this.agencyObj.label;
title = title + "房屋电子门牌信息";
let url = "/actual/base/communityHouse/downloadZip";
- console.log(this.agencyObj)
this.startLoading('正在生成,需要几分钟时间,请耐心等待...')
let params = {
pageSize:this.pageSize,
@@ -908,7 +899,6 @@ export default {
url,
params,
(data, rspMsg) => {
- console.log(data)
this.download(data, title + ".zip");
},
(rspMsg, data) => {
diff --git a/src/views/modules/base/community/roomDetail.vue b/src/views/modules/base/community/roomDetail.vue
index 967f7870c..e77f0ebbd 100644
--- a/src/views/modules/base/community/roomDetail.vue
+++ b/src/views/modules/base/community/roomDetail.vue
@@ -193,7 +193,6 @@ export default {
const { data, code, msg } = await requestPost(url);
if (code === 0) {
- console.log(data);
if (type === "phone") {
this.$set(this.dataForm, "ownerPhone", data.ownerPhone);
this.showFlagMobileBtn = !this.showFlagMobileBtn
diff --git a/src/views/modules/base/community/roomForm.vue b/src/views/modules/base/community/roomForm.vue
index 2d4fc9754..985ff129a 100644
--- a/src/views/modules/base/community/roomForm.vue
+++ b/src/views/modules/base/community/roomForm.vue
@@ -259,20 +259,9 @@ export default {
this.$refs.ref_form.resetFields();
this.agencyObj = agencyObj
this.formType = type
- console.log('agencyObj-----', agencyObj)
if (row) {
-
this.houseId = row.houseId
await this.loadHouseInfo()
- // this.dataForm = JSON.parse(JSON.stringify(row))
- // this.houseId = this.dataForm.houseId
-
- // this.dataForm.buildingUnitId = this.dataForm.unitNumKey
- // this.dataForm = { ... this.dataForm }
- // this.houseType = this.dataForm.houseTypeKey
- // this.purpose = this.dataForm.purposeKey
- // this.rentFlag = parseInt(this.dataForm.rentFlagKey)
-
} else {
this.dataForm.neighborHoodId = this.agencyObj.pid
@@ -286,9 +275,7 @@ export default {
downloadQR(){
let title = "房屋二维码";
- console.log(this.houseId)
let url = "/actual/base/communityHouse/createHouseQrcode/";
- console.log(url)
this.startLoading('正在生成,需要几分钟时间,请耐心等待...')
let params={
id:this.houseId
@@ -298,7 +285,6 @@ export default {
params,
(data, rspMsg) => {
- console.log("data:" + data)
this.download(data, title + ".pdf");
},
(rspMsg, data) => {
@@ -340,7 +326,6 @@ export default {
let params = {}
const { data, code, msg } = await requestPost(url, params)
- console.log(data)
if (code === 0) {
// debugger
this.dataForm = { ...data }
diff --git a/src/views/modules/base/community/roomTable.vue b/src/views/modules/base/community/roomTable.vue
index 513e40df4..b55e10fc3 100644
--- a/src/views/modules/base/community/roomTable.vue
+++ b/src/views/modules/base/community/roomTable.vue
@@ -260,7 +260,6 @@ export default {
},
computed: {
tableHeight() {
- console.log(this.searchHeight)
let height = this.searchHeight + 270
return this.$store.state.inIframe ? this.clientHeight - height + this.iframeHeight : this.clientHeight - height
@@ -364,7 +363,6 @@ export default {
this.source = source;
this.tableLoading = true;
this.addDisabled = true
- console.log(treeObj, source);
if (source === "tree") {
//来源于tree,查询数据清空
this.sortType = "asc";
@@ -525,7 +523,6 @@ export default {
})
.then(() => {
let ids = [];
- console.log(this.selection);
this.selection.forEach((element) => {
ids.push(element.houseId);
});
@@ -663,7 +660,6 @@ export default {
this.$nextTick(() => {
this.diyDialog = true;
});
- console.log("获取详情成功getExportList----", this.exportList);
} else {
this.$message.error(msg);
}
@@ -686,7 +682,6 @@ export default {
humpName: util.capitalToHump(item.columnName),
};
});
- console.log(this.queryConditions);
} else {
this.$message.error(data.msg);
}
diff --git a/src/views/modules/base/diyInfo.vue b/src/views/modules/base/diyInfo.vue
index bf5992052..844e4fcc2 100644
--- a/src/views/modules/base/diyInfo.vue
+++ b/src/views/modules/base/diyInfo.vue
@@ -11,7 +11,6 @@
:list="item.queryItemList" @change="handleChangeBox" />