李林
2024-03-27 57c1d0346cac57d731da2b8badf2b12cafb7d525
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="goback" :orderId="orderId"/>
    <Inspection v-if="state==1" @goback="goback" :orderId="orderId" :sonLaboratory="componentData.entity.sonLaboratory"/>
   </div>
</template>