diff --git a/src/views/modules/base/community/roomForm.vue b/src/views/modules/base/community/roomForm.vue
index dce3bfa59..1978ac359 100644
--- a/src/views/modules/base/community/roomForm.vue
+++ b/src/views/modules/base/community/roomForm.vue
@@ -64,7 +64,7 @@
-->
-
@@ -77,7 +77,7 @@
下载电子门牌二维码
+ target="_blank" @click="downloadQR">下载电子门牌二维码
@@ -284,7 +284,23 @@ export default {
},
+ downloadQR(){
+ let title = "二维码导入模板";
+ let url = "/gov/org/house/exportQRCardTemplate";
+ let params={}
+ app.ajax.exportFilePost(
+ url,
+ params,
+
+ (data, rspMsg) => {
+ this.download(data, title + ".xls");
+ },
+ (rspMsg, data) => {
+ this.$message.error(rspMsg);
+ }
+ );
+ },
async loadHouseInfo () {
const url = "/actual/base/communityHouse/getClearHouseDeatilById/" + this.houseId
@@ -295,12 +311,9 @@ export default {
if (code === 0) {
// debugger
this.dataForm = { ...data }
-
this.houseType = this.dataForm.houseType
this.purpose = this.dataForm.purpose
this.rentFlag = parseInt(this.dataForm.rentFlag)
-
-
} else {
this.$message.error(msg)
}
diff --git a/src/views/modules/communityService/fuwuzhaoren/personList.vue b/src/views/modules/communityService/fuwuzhaoren/personList.vue
index 4f3ed63df..9423daf35 100644
--- a/src/views/modules/communityService/fuwuzhaoren/personList.vue
+++ b/src/views/modules/communityService/fuwuzhaoren/personList.vue
@@ -97,7 +97,7 @@
- 公众号消息推送
+ 公众号消息推送
标记享受服务人员
查询
@@ -298,7 +298,10 @@ export default {
// 重新加载列表
this.handleSearch();
},
-
+// 公众号消息推送
+onMessagePush(){
+ alert("哥哥,点我")
+},
/**
* 组织选择触发事件
* @returns {Promise}
diff --git a/src/views/modules/communityService/gangweizhaoren/personList.vue b/src/views/modules/communityService/gangweizhaoren/personList.vue
index 988b68f4c..4d043ab65 100644
--- a/src/views/modules/communityService/gangweizhaoren/personList.vue
+++ b/src/views/modules/communityService/gangweizhaoren/personList.vue
@@ -97,7 +97,7 @@
- 公众号消息推送
+ 公众号消息推送
标记享受服务人员
查询
@@ -298,7 +298,10 @@ export default {
// 重新加载列表
this.handleSearch();
},
-
+ // 推送公众号
+ onMessagePush() {
+ alert("哥哥,点我")
+ },
/**
* 组织选择触发事件
* @returns {Promise}
diff --git a/src/views/modules/communityService/jinengzhaoren/personList.vue b/src/views/modules/communityService/jinengzhaoren/personList.vue
index b4a3fc9a8..8d80cfaf1 100644
--- a/src/views/modules/communityService/jinengzhaoren/personList.vue
+++ b/src/views/modules/communityService/jinengzhaoren/personList.vue
@@ -97,7 +97,7 @@
- 公众号消息推送
+ 公众号消息推送
标记享受服务人员
查询
@@ -298,7 +298,10 @@ export default {
// 重新加载列表
this.handleSearch();
},
-
+ //推送公众号
+ onMessagePush() {
+ alert("哥哥,点我")
+ },
/**
* 组织选择触发事件
* @returns {Promise}