gongchunyi
3 天以前 afcf7915733c5849315b1c726c7f5bb942e96340
src/views/productionManagement/processRoute/processRouteItem/index.vue
@@ -548,7 +548,7 @@
      dictLabel: route.query.dictLabel || "",
      bomId: route.query.bomId || null,
      description: route.query.description || "",
      status: route.query.status != 1,
      status: !(route.query.status == 1 || route.query.status === "false"),
    };
    if (pageType.value === "order") {
      queryList2(route.query.orderId)