This commit is contained in:
sjl
2026-01-06 08:35:36 +08:00
parent fd09e24cf0
commit cb19fef4c6
88 changed files with 117 additions and 135 deletions

View File

@@ -432,7 +432,7 @@ const getInfo = async () => {
try {
userReportGoNetById({ id: props.id }).then(r => {
getUserReportById(r.data.userReportId).then(res => {
console.log("🚀 ~ getInfo ~ res:", res)
// console.log("🚀 ~ getInfo ~ res:", res)
detailData.value = res.data
detailData.value.otherReport = r.data.otherReport
detailData.value.simulationReport = r.data.simulationReport