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