Explorar el Código

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

Xiao_123 hace 1 mes
padre
commit
967e4e4e65
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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>