diff --git a/components/select-staff/select-muti-staffs.vue b/components/select-staff/select-muti-staffs.vue
index 1f42cc1..f0a7516 100644
--- a/components/select-staff/select-muti-staffs.vue
+++ b/components/select-staff/select-muti-staffs.vue
@@ -148,4 +148,4 @@
.cu-list {
margin: 0;
}
-
\ No newline at end of file
+
diff --git a/components/select-staff/select-one-staffs.vue b/components/select-staff/select-one-staffs.vue
index 129d624..0900ae1 100644
--- a/components/select-staff/select-one-staffs.vue
+++ b/components/select-staff/select-one-staffs.vue
@@ -35,7 +35,8 @@
queryStaffListInfo
} from '../../api/common/common.js';
import {
- getCurrentCommunity
+ getCurrentCommunity,
+ getCommunityId
} from '../../api/community/community.js'
export default {
@@ -70,7 +71,7 @@
let _data = {
page: 1,
row: 50,
- communityId: this.communityId,
+ communityId: getCommunityId(),
};
queryStaffListInfo(this, _data)
.then(function(res) {
diff --git a/conf/config.js b/conf/config.js
index 844ce4b..07517f9 100644
--- a/conf/config.js
+++ b/conf/config.js
@@ -17,12 +17,12 @@ let baseUrl = '/';
// 腾讯地图Key, h5使用
let QQMapKey = '';
-let commonBaseUrl= 'https://wuye.yunxiaowuye.com/';
+let commonBaseUrl= 'https://wuye.huilinwan.cn/';
// #ifndef H5
//服务器域名 小程序 或者 app 时 后端地址
//let baseUrl = 'http://demo.homecommunity.cn/';
-let baseUrl = 'https://wuye.yunxiaowuye.com/';
+let baseUrl = 'https://wuye.huilinwan.cn/';
// #endif
//app支付时这里需要填写支付秘钥
diff --git a/manifest.json b/manifest.json
index 9e14aed..d43704b 100644
--- a/manifest.json
+++ b/manifest.json
@@ -59,7 +59,7 @@
"quickapp" : {},
/* 小程序特有相关 */
"mp-weixin" : {
- "appid" : "wx5281481254c64034",
+ "appid" : "wx756f290c9a275224",
"setting" : {
"urlCheck" : false
},
diff --git a/pages/work/workDetail.vue b/pages/work/workDetail.vue
index f887cf4..592cc30 100644
--- a/pages/work/workDetail.vue
+++ b/pages/work/workDetail.vue
@@ -62,7 +62,7 @@
处理人
- {{workTaskDetailInfo.curStaffName || '-'}}
+ {{workTaskDetailInfo.staffName || '-'}}
@@ -70,7 +70,7 @@
抄送人
- {{workTaskDetailInfo.curCopyName || '-'}}
+ {{workTaskDetailInfo.copyName || '-'}}