linwenxin 1 рік тому
батько
коміт
29fd26f8f5

+ 1 - 0
src/views/userManagement/distributorManagement/index.vue

@@ -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