Ver Fonte

众聘赏金

lifanagju_citu há 8 meses atrás
pai
commit
bca600601e
1 ficheiros alterados com 2 adições e 1 exclusões
  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()