Browse Source

使用userId查询工作经验

lifanagju_citu 2 weeks ago
parent
commit
3d0fb0d6ea

+ 2 - 1
src/views/menduner/system/talentMap/maintenance/gather/components/personCard.vue

@@ -29,7 +29,8 @@
       </div>
     </div>
     <!-- 工作经验 -->
-    <expExtend :data="info?.workExpList" />
+    <!-- <expExtend :data="info?.workExpList" /> -->
+    <expExtend :user-id="userId" />
     <div class="button">
       <el-button type="success" plain @click="personClick">{{ props.detailButTxt || '加入人才地图' }}</el-button>
     </div>