Browse Source

求职者管理:学生信息接口参数修复

Xiao_123 1 tháng trước cách đây
mục cha
commit
967e4e4e65
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      src/views/menduner/system/person/details/index.vue

+ 1 - 1
src/views/menduner/system/person/details/index.vue

@@ -35,7 +35,7 @@
 
     <el-row class="m-t-20px" v-if="type && type === '1'">
       <el-col :span="24">
-        <Student />
+        <Student :user-id="userId" />
       </el-col>
     </el-row>