|
|
@ -423,7 +423,7 @@ export default { |
|
|
|
mobile: this.rowData.MOBILE, |
|
|
|
gender: this.rowData.GENDER == '女' ? '0' : this.rowData.GENDER == '男' ? '1' : '', |
|
|
|
type: '1', |
|
|
|
userid: this.rowData.icResiUserId, |
|
|
|
userId: this.rowData.icResiUserId, |
|
|
|
joinReason: this.blacklistReason |
|
|
|
} |
|
|
|
this.$http.post('/pli/power/rentBlacklist/save', params).then(({ data: res }) => { |
|
|
|