|
|
@ -96,7 +96,12 @@ export default { |
|
|
|
async initForm (selectionAll) { |
|
|
|
console.log(selectionAll) |
|
|
|
this.$refs['ref_form1'].resetFields(); |
|
|
|
this.formData.userList = selectionAll |
|
|
|
this.formData.userList = JSON.stringify(selectionAll) |
|
|
|
|
|
|
|
this.formData.userList.forEach(element => { |
|
|
|
element.idCard = element.realIdCard |
|
|
|
}); |
|
|
|
|
|
|
|
|
|
|
|
}, |
|
|
|
|
|
|
|