소스 검색

众聘赏金

lifanagju_citu 8 달 전
부모
커밋
bca600601e
1개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  1. 2 1
      utils/position.js

+ 2 - 1
utils/position.js

@@ -86,7 +86,8 @@ export const getDictValueWithLabel = (dict, value, valueKey = 'value', labelKey
 let data
 const list = ['headhuntRate', 'recommendRate', 'cvRate'] // 平台、推荐人、投递人
 const getRation = async () => {
-  data = await getPublicRatio()
+  const res = await getPublicRatio()
+  data = res?.data
 }
 getRation()