|
@@ -159,7 +159,7 @@ export default {
|
|
|
name: '',
|
|
|
loginFlag: '', // 活动状态
|
|
|
phone: '',
|
|
|
- sex: '',
|
|
|
+ sex: undefined,
|
|
|
remarks: ''
|
|
|
}
|
|
|
|
|
@@ -200,7 +200,7 @@ export default {
|
|
|
this.formData.name = ''
|
|
|
this.formData.loginFlag = ''
|
|
|
this.formData.phone = ''
|
|
|
- this.formData.sex = ''
|
|
|
+ this.formData.sex = undefined
|
|
|
this.formData.remarks = ''
|
|
|
},
|
|
|
// 获取角色列表接口
|