f
This commit is contained in:
@@ -3434,6 +3434,14 @@
|
||||
break;
|
||||
}
|
||||
}
|
||||
if (
|
||||
!reportId &&
|
||||
reportData &&
|
||||
reportData.reportId &&
|
||||
typeof reportData.reportId === "string"
|
||||
) {
|
||||
reportId = reportData.reportId;
|
||||
}
|
||||
if (!reportId) {
|
||||
console.error(
|
||||
"无法从当前 URL 解析报告编号,路径为",
|
||||
|
||||
Reference in New Issue
Block a user