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>