@@ -150,7 +150,7 @@
}
},
mounted() {
- this.getDicts('sys_sex').then((response) => {
+ this.getDicts('sys_user_sex').then((response) => {
this.sexOptions = response.data.values || []
})
this.getDicts('sys_yes_no').then((response) => {
@@ -173,7 +173,7 @@