Prechádzať zdrojové kódy

求职人员服务管理

pengjing 1 rok pred
rodič
commit
50860e0c6c

+ 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;
         });
       };