Browse Source

大小写问题

shibei_master
zhangyuan 3 years ago
parent
commit
da4e297b95
  1. 2
      src/views/modules/plugins/rent/resi.vue

2
src/views/modules/plugins/rent/resi.vue

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

Loading…
Cancel
Save