Browse Source

求职人员服务管理

pengjing 1 năm trước cách đây
mục cha
commit
50860e0c6c
1 tập tin đã thay đổi với 2 bổ sung2 xóa
  1. 2 2
      vue/src/views/jobUserManager/jobuser/index.vue

+ 2 - 2
vue/src/views/jobUserManager/jobuser/index.vue

@@ -227,7 +227,7 @@
       };
 
       const getSexList = () => {
-        getSysDictionaryList('sexType').then((data) => {
+        getSysDictionaryList('Gender').then((data) => {
           sexTypeList.value = data;
         });
       };
@@ -239,7 +239,7 @@
       };
 
       const getEmphasisTypeList = () => {
-        getSysDictionaryList('emphasisType').then((data) => {
+        getSysDictionaryList('KeyPersonType').then((data) => {
           emphasisTypeList.value = data;
         });
       };