Browse Source

fix:筛选单过滤前工序

lupeng 1 week ago
parent
commit
8c9a5a5d79
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/views/plan/filtersheet/index.vue

+ 1 - 1
src/views/plan/filtersheet/index.vue

@@ -151,7 +151,7 @@
       width="950px"
       @close="dialog1.visible = false"
     >
-      <work-order-page @order-info="materialInfo1" />
+      <work-order-page @order-info="materialInfo1" :queryType="99"/>
     </el-dialog>
     <el-dialog
       v-model="workOderShow"