Преглед на файлове

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

ZZH-wl преди 3 години
родител
ревизия
a725fdd7bb
променени са 2 файла, в които са добавени 2 реда и са изтрити 2 реда
  1. 1 1
      src/components/select/SelectBusinessContact.vue
  2. 1 1
      src/components/select/SelectCustomerContact.vue

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