Просмотр исходного кода

feature(优化): sys_sex字典变更sys_user_sex

ZZH-wl 2 лет назад
Родитель
Сommit
a725fdd7bb

+ 1 - 1
src/components/select/SelectBusinessContact.vue

@@ -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) => {

+ 1 - 1
src/components/select/SelectCustomerContact.vue

@@ -173,7 +173,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) => {