瀏覽代碼

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