|
|
@@ -561,9 +561,10 @@ export default {
|
|
|
params['member_id'] = app.globalData.member.id; //申请来源0-小程序添加 1-后台添加 2-后台导入 3-app添加
|
|
|
|
|
|
params['create_type'] = '0';
|
|
|
- params['user_id'] = this.user_id;
|
|
|
- params['oper_user_type'] = this.operUserType;
|
|
|
+ params['user_id'] = that.user_id;
|
|
|
+ params['oper_user_type'] = that.operUserType;
|
|
|
params['operatorName'] = app.globalData.member.name;
|
|
|
+ params['name'] = that.name;
|
|
|
let operation = 'applyUser/editApplyUser';
|
|
|
this.$http.editFamily(params)
|
|
|
.then(res => {
|