Xiao_123 10 månader sedan
förälder
incheckning
9fb54e2c39
1 ändrade filer med 2 tillägg och 2 borttagningar
  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>