| | |
| | | </el-form-item> |
| | | </el-col> |
| | | <el-col :span="12"> |
| | | <el-form-item label="用户性别"> |
| | | <el-form-item label="祖先性别"> |
| | | <el-select v-model="form.sex" placeholder="请选择性别"> |
| | | <el-option |
| | | v-for="dict in dict.type.sys_user_sex" |
| | |
| | | const userId = row.id || this.ids; |
| | | this.cuid= row.id || this.ids; |
| | | // this.fid = response.data.familyId |
| | | alert(userId) |
| | | // alert(userId) |
| | | //alert(this.fid) |
| | | getUser(userId).then(response => { |
| | | this.form = response.data; |
| | |
| | | ); |
| | | |
| | | this.open = true; |
| | | this.title = "修改用户"; |
| | | this.title = "添加用户"; |
| | | this.form.password = ""; |
| | | }); |
| | | }, |