From 3375d24799a4a9966c0f35d141a8003cdbebda54 Mon Sep 17 00:00:00 2001 From: unknown Date: Mon, 16 Jan 2023 16:09:11 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AE=A2=E6=9C=8D=E5=8A=A0=E5=8F=82=E6=95=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../components/ProjectDocumentation.tsx | 6 ++++++ .../components/PurchasingManagerEnquiries.tsx | 6 ++++++ src/utils/CustomerService.ts | 1 - 3 files changed, 12 insertions(+), 1 deletion(-) diff --git a/src/pages/Project/ProjectManage/ProjectManager/ProjectDocumentation/components/ProjectDocumentation.tsx b/src/pages/Project/ProjectManage/ProjectManager/ProjectDocumentation/components/ProjectDocumentation.tsx index e1853e2..4ffdc09 100644 --- a/src/pages/Project/ProjectManage/ProjectManager/ProjectDocumentation/components/ProjectDocumentation.tsx +++ b/src/pages/Project/ProjectManage/ProjectManager/ProjectDocumentation/components/ProjectDocumentation.tsx @@ -353,6 +353,12 @@ const ProjectDocumentation: React.FC = () => { isEncode:false, paraVal:JSON.parse(roleAuthority)[0], }, + { + label:null, + paraName:'province', + isEncode:false, + paraVal:record.province, + }, { label:null, paraName:'module', diff --git a/src/pages/Project/ProjectManage/ProjectManager/PurchasingManagerEnquiries/components/PurchasingManagerEnquiries.tsx b/src/pages/Project/ProjectManage/ProjectManager/PurchasingManagerEnquiries/components/PurchasingManagerEnquiries.tsx index e026051..df3cc9a 100644 --- a/src/pages/Project/ProjectManage/ProjectManager/PurchasingManagerEnquiries/components/PurchasingManagerEnquiries.tsx +++ b/src/pages/Project/ProjectManage/ProjectManager/PurchasingManagerEnquiries/components/PurchasingManagerEnquiries.tsx @@ -182,6 +182,12 @@ const PurchasingManagerEnquiries: React.FC = () => { isEncode:false, paraVal:JSON.parse(roleAuthority)[0], }, + { + label:null, + paraName:'province', + isEncode:false, + paraVal:record.province, + }, { label:null, paraName:'module', diff --git a/src/utils/CustomerService.ts b/src/utils/CustomerService.ts index 5f24891..347efd0 100644 --- a/src/utils/CustomerService.ts +++ b/src/utils/CustomerService.ts @@ -1,6 +1,5 @@ /*客服系统专用*/ //跨系统post传参 - export const bizServiceCustomService = REACT_APP_CUSTOMERSERVICE_USERCENTER + '&client_id=' + REACT_APP_CUSTOMERSERVICE_CLIENT_ID + '&redirect_uri=' + REACT_APP_CUSTOMERSERVICE_REDIRECT + '/redirect?page=home&mall3_token=';//智慧客服 //export const bizServiceCustomService = REACT_APP_CUSTOMERSERVICE_USERCENTER + '&client_id=S00hFPxc&redirect_uri=http://localhost:3000/redirect?page=home&mall3_token=';//智慧客服 export function windowOpenChatUI(inputList:any,pathname:string) {