|
@@ -477,8 +477,9 @@ export default {
|
|
|
params['sex'] = that.sex; //添加了人脸
|
|
params['sex'] = that.sex; //添加了人脸
|
|
|
|
|
|
|
|
params['member_id'] = app.globalData.member.id; //申请来源0-小程序添加 1-后台添加 2-后台导入 3-app添加
|
|
params['member_id'] = app.globalData.member.id; //申请来源0-小程序添加 1-后台添加 2-后台导入 3-app添加
|
|
|
-
|
|
|
|
|
|
|
+ params['operatorName'] = app.globalData.member.name;
|
|
|
params['create_type'] = '0';
|
|
params['create_type'] = '0';
|
|
|
|
|
+ params['name'] = that.name;
|
|
|
console.log(params)
|
|
console.log(params)
|
|
|
// let operation = 'user/editUser';
|
|
// let operation = 'user/editUser';
|
|
|
that.$http.editFamily(params).then (res =>{
|
|
that.$http.editFamily(params).then (res =>{
|