瀏覽代碼

使用userId查询工作经验

lifanagju_citu 2 周之前
父節點
當前提交
e92120e6ac
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/views/menduner/system/talentMap/maintenance/gather/components/personCard.vue

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

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