Browse Source

修改性别的bug

master
HAHA 3 years ago
parent
commit
2ecaffa498
  1. 4
      src/views/modules/base/organization/organization.vue

4
src/views/modules/base/organization/organization.vue

@ -1390,11 +1390,13 @@ export default {
async updatePeo () {
const url = "/gov/org/staff/editstaff"
console.log(this.peoForm.gender)
let params = {
staffId: this.userStaffId,
name: this.peoForm.name,
mobile: this.peoForm.mobile,
gender: this.peoForm.gender === '男' ? 1 : 0,
gender:this.peoForm.gender,
workType: this.peoForm.post,
roles: this.peoForm.duty,
newRoles: this.peoForm.newRoles,

Loading…
Cancel
Save