|
@@ -592,6 +592,7 @@ export default {
|
|
|
if (this.imageUrl) {
|
|
|
params.face = this.imageUrl
|
|
|
}
|
|
|
+ params.role_name = this.rolesOptions.filter( p => p.role_id === params.role_id)[0].role_name
|
|
|
if (params.member_id) {
|
|
|
if (this.roleZzId === params.role_id) {
|
|
|
const addIds = this.newCheckList.filter(function(val) { return _this.oldCheckList.indexOf(val) === -1 })
|