Browse Source

Merge branch 'lin_20240226' of https://gogs.zfire.top/zfire-front/zfire-newmall-admin into develop

linwenxin 1 year ago
parent
commit
f109550400
1 changed files with 1 additions and 0 deletions
  1. 1 0
      src/views/userManagement/distributorManagement/index.vue

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

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