();
-
+
return (
@@ -564,15 +564,15 @@ const BiddingInvitationList: React.FC<{}> = (props) => {
}} data={approvalData} annoId={recordData?.id} />
) : null}
{memoVisible ? (
- {
setMemoVisible(false)
}}
/>
- ) : null}
+ ) : null}
);
};
diff --git a/src/pages/Calibration/BidPublicityResult/index.tsx b/src/pages/Calibration/BidPublicityResult/index.tsx
index 73e3c99..19647fa 100644
--- a/src/pages/Calibration/BidPublicityResult/index.tsx
+++ b/src/pages/Calibration/BidPublicityResult/index.tsx
@@ -432,7 +432,7 @@ const BidPublicityResult: React.FC<{}> = (props) => {
if (res?.code == 200 || res?.success == true) {
const data = res?.data;
let durl = /http:\/\/([^\/]+)\//i;
- let d = data?.traceDetailUrl?.replace(durl, '/');
+ let d = data?.traceDetailUrl?.replace(durl, '/approval_3.0/');
window.open(d);
}
}).finally(() => {
diff --git a/src/pages/Project/ProjectManage/ProjectManager/HomePageSectionList/components/MoreEvaluation.tsx b/src/pages/Project/ProjectManage/ProjectManager/HomePageSectionList/components/MoreEvaluation.tsx
index 827a846..6458dea 100644
--- a/src/pages/Project/ProjectManage/ProjectManager/HomePageSectionList/components/MoreEvaluation.tsx
+++ b/src/pages/Project/ProjectManage/ProjectManager/HomePageSectionList/components/MoreEvaluation.tsx
@@ -124,7 +124,7 @@ const MoreEvaluation: React.FC = (props) => {
if (res?.code == 200 && res?.success == true) {
const data = res?.data;
let durl = /http:\/\/([^\/]+)\//i;
- let d = data?.traceDetailUrl?.replace(durl, '/');
+ let d = data?.traceDetailUrl?.replace(durl, '/approval_3.0/');
window.open(d);
}
}).finally(() => {
diff --git a/src/pages/Project/ProjectManage/ProjectManager/ProjectDocumentation/components/ExceptionHandling/ExceptionHandling.tsx b/src/pages/Project/ProjectManage/ProjectManager/ProjectDocumentation/components/ExceptionHandling/ExceptionHandling.tsx
index 76090cd..a413ddb 100644
--- a/src/pages/Project/ProjectManage/ProjectManager/ProjectDocumentation/components/ExceptionHandling/ExceptionHandling.tsx
+++ b/src/pages/Project/ProjectManage/ProjectManager/ProjectDocumentation/components/ExceptionHandling/ExceptionHandling.tsx
@@ -242,7 +242,7 @@ const ExceptionHandling: React.FC = (props) => {
if (res?.code == 200 || res?.success == true) {
const data = res?.data;
let durl = /http:\/\/([^\/]+)\//i;
- let d = data?.traceDetailUrl?.replace(durl, '/');
+ let d = data?.traceDetailUrl?.replace(durl, '/approval_3.0/');
window.open(d);
}
}).finally(() => {
diff --git a/src/pages/ZYuShen/Bid/BiddingAnnouncement/BiddingAnnouncementList.tsx b/src/pages/ZYuShen/Bid/BiddingAnnouncement/BiddingAnnouncementList.tsx
index 093d20f..03ef25f 100644
--- a/src/pages/ZYuShen/Bid/BiddingAnnouncement/BiddingAnnouncementList.tsx
+++ b/src/pages/ZYuShen/Bid/BiddingAnnouncement/BiddingAnnouncementList.tsx
@@ -569,7 +569,7 @@ const BiddingAnnouncementList: React.FC<{}> = (props) => {
if (res?.code == 200 || res?.success == true) {
const data = res?.data;
let durl = /http:\/\/([^\/]+)\//i;
- let d = data?.traceDetailUrl?.replace(durl, '/');
+ let d = data?.traceDetailUrl?.replace(durl, '/approval_3.0/');
window.open(d);
}
})
diff --git a/src/pages/ZZhaoMu/Bid/BiddingAnnouncement/BiddingAnnouncementList.tsx b/src/pages/ZZhaoMu/Bid/BiddingAnnouncement/BiddingAnnouncementList.tsx
index baa8fc1..0d39c29 100644
--- a/src/pages/ZZhaoMu/Bid/BiddingAnnouncement/BiddingAnnouncementList.tsx
+++ b/src/pages/ZZhaoMu/Bid/BiddingAnnouncement/BiddingAnnouncementList.tsx
@@ -592,7 +592,7 @@ const BiddingAnnouncementList: React.FC<{}> = (props) => {
if (res?.code == 200 || res?.success == true) {
const data = res?.data;
let durl = /http:\/\/([^\/]+)\//i;
- let d = data?.traceDetailUrl?.replace(durl, '/');
+ let d = data?.traceDetailUrl?.replace(durl, '/approval_3.0/');
window.open(d);
}
})
diff --git a/src/pages/ZZhaoMu/Calibration/BidPublicityResult/index.tsx b/src/pages/ZZhaoMu/Calibration/BidPublicityResult/index.tsx
index 6961ba1..5ef92e6 100644
--- a/src/pages/ZZhaoMu/Calibration/BidPublicityResult/index.tsx
+++ b/src/pages/ZZhaoMu/Calibration/BidPublicityResult/index.tsx
@@ -351,7 +351,7 @@ const BidPublicityResult: React.FC<{}> = (props) => {
if (res?.code == 200 || res?.success == true) {
const data = res?.data;
let durl = /http:\/\/([^\/]+)\//i;
- let d = data?.traceDetailUrl?.replace(durl, '/');
+ let d = data?.traceDetailUrl?.replace(durl, '/approval_3.0/');
window.open(d);
}
})