浏览代码

no message

linwenxin 1 年之前
父节点
当前提交
29fd26f8f5
共有 1 个文件被更改,包括 1 次插入0 次删除
  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'
 				},
 				click: ({ row, index, column }) => {
+          this.workerForm.userId = row.userId
 					getMemberDetail({ userId: row.userId }).then(res => {
 					  Object.assign(this.formData, res.data)
 					  this.formDialogType = 0