licp
2024-03-22 3848bf666f63878b90411e3e33df9fabfb94a0a2
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>