确认效验bug

This commit is contained in:
liuxi 2025-02-19 10:21:51 +08:00
parent 4d2ff3edcf
commit af20a9e8e0

View File

@ -103,10 +103,8 @@ import api from "@/services/caseManagement";
this.Effectobj.caseId =undefined this.Effectobj.caseId =undefined
this.Effectobj.proofUrl =undefined this.Effectobj.proofUrl =undefined
api.gettraceProof_valid(this.Effectobj).then(res => { api.gettraceProof_valid(this.Effectobj).then(res => {
if(!res.code){ this.handleClose()
this.handleClose() this.$parent.getProofList(1)
this.$parent.getProofList(1)
}
}) })
} }
}) })