|
@@ -251,9 +251,9 @@ export const handleCancelEvaluat = () => {
|
|
};
|
|
};
|
|
|
|
|
|
/** 查看报告 */
|
|
/** 查看报告 */
|
|
-export const handleViewReport = () => {
|
|
|
|
|
|
+export const handleViewReport = (key = 'recordId') => {
|
|
api_openWebView({
|
|
api_openWebView({
|
|
- url: location.origin + location.pathname + "report-share.html?id=" + evaluatingData.resultData?.recordId || "",
|
|
|
|
|
|
+ url: location.origin + location.pathname + "report-share.html?id=" + evaluatingData.resultData?.[key] || "",
|
|
orientation: 0,
|
|
orientation: 0,
|
|
isHideTitle: true, // 此处兼容安卓,意思为隐藏全部头部
|
|
isHideTitle: true, // 此处兼容安卓,意思为隐藏全部头部
|
|
statusBarTextColor: false,
|
|
statusBarTextColor: false,
|