فهرست منبع

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