修改bug
This commit is contained in:
parent
0ba729a3d6
commit
fa0035b3d8
@ -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()
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user