Pārlūkot izejas kodu

求职人员服务管理

pengjing 1 gadu atpakaļ
vecāks
revīzija
50860e0c6c
1 mainītis faili ar 2 papildinājumiem un 2 dzēšanām
  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;
         });
       };