视频预约
This commit is contained in:
parent
8f3571198e
commit
ce2ad77d85
@ -264,7 +264,7 @@ export default {
|
||||
if (valid) {
|
||||
const resultArr = this.litigantsOptions
|
||||
.filter(item => this.repaymentObj.litigants.includes(item.identity))
|
||||
.map(({name, phone, identity}) => ({name, phone, identity}));
|
||||
.map(({id, name, phone, identity}) => ({id, name, phone, identity}));
|
||||
this.repaymentObj.caseId = this.eventDialog.caseId;
|
||||
// console.log(resultArr, '---resultArr' , this.repaymentObj)
|
||||
let videotitle = ''
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user