From 50f3c606096c36c34e2dc511771042672aef8a48 Mon Sep 17 00:00:00 2001
From: wuxw <928255095@qq.com>
Date: Wed, 4 Dec 2024 11:45:13 +0800
Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=E4=BB=A3=E7=A0=81?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
components/select-staff/select-muti-staffs.vue | 2 +-
components/select-staff/select-one-staffs.vue | 5 +++--
conf/config.js | 4 ++--
manifest.json | 2 +-
pages/work/workDetail.vue | 4 ++--
5 files changed, 9 insertions(+), 8 deletions(-)
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 || '-'}}