Xiao_123 10 月之前
父节点
当前提交
9fb54e2c39
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      src/views/recruit/personal/shareJob/index.vue

+ 2 - 2
src/views/recruit/personal/shareJob/index.vue

@@ -62,8 +62,8 @@
         </div>
       </div>
     </v-card>
-    <quickResumeDialog v-if="showQuickResumeDialog"></quickResumeDialog>
-    <handleDeliveryCom v-if="showHandleDelivery"></handleDeliveryCom>
+    <quickResumeDialog v-if="showQuickResumeDialog" :jobId="jobId"></quickResumeDialog>
+    <handleDeliveryCom v-if="showHandleDelivery" :jobId="jobId"></handleDeliveryCom>
     <!-- <quickResumeDialog v-model="showQuickResumeDialog"></quickResumeDialog> -->
     <!-- <handleDeliveryCom v-model="showHandleDelivery"></handleDeliveryCom> -->
   </div>