|
|
@@ -124,7 +124,7 @@
|
|
|
this.closeModal()
|
|
|
this.setSelect(true)
|
|
|
}, err => {
|
|
|
- this.onMind(err.data)
|
|
|
+ this.onMind(err.response.data)
|
|
|
this.closeModal()
|
|
|
})
|
|
|
} else {
|
|
|
@@ -252,7 +252,7 @@
|
|
|
this.onMind('您没有当前客户分配用户的权限!')
|
|
|
}
|
|
|
}, err => {
|
|
|
- this.onMind(err.data)
|
|
|
+ this.onMind(err.response.data)
|
|
|
})
|
|
|
},
|
|
|
// 转移
|
|
|
@@ -272,7 +272,7 @@
|
|
|
this.onMind('您没有当前客户转移用户的权限!')
|
|
|
}
|
|
|
}, err => {
|
|
|
- this.onMind(err.data)
|
|
|
+ this.onMind(err.response.data)
|
|
|
})
|
|
|
}
|
|
|
},
|