|
@@ -278,6 +278,7 @@ export default {
|
|
|
return row.examineStatus == 'WAIT'
|
|
|
},
|
|
|
click: ({ row, index, column }) => {
|
|
|
+ this.workerForm.userId = row.userId
|
|
|
getMemberDetail({ userId: row.userId }).then(res => {
|
|
|
Object.assign(this.formData, res.data)
|
|
|
this.formDialogType = 0
|