src/components/view/b1-inspect-order-plan.vue
@@ -164,7 +164,7 @@ <div style="width: 100%;height: 100%;" v-if="activeFace >0"> <Add :active="activeFace" :currentId="currentId"/> </div> <Inspection v-if="state==1" @goback="state=0" :orderId="orderId"/> <Inspection v-if="state==1" @goback="state=0" :orderId="orderId" :sonLaboratory="componentData.entity.sonLaboratory"/> </div> </template>