修改bug

This commit is contained in:
liuxi 2025-01-16 17:23:18 +08:00
parent 0ba729a3d6
commit fa0035b3d8

View File

@ -329,11 +329,11 @@ export default {
if(res.jointDebt == 1){ if(res.jointDebt == 1){
// mainCaseId // mainCaseId
this.caseId = res.mainCaseId this.caseId = res.mainCaseId.toString()
} }
else else
{ {
this.caseId = res.id this.caseId = res.id.toString()
} }
} }