src/views/productionManagement/productionOrder/index.vue
@@ -814,6 +814,7 @@
          orderId: row.id,
          type: "order",
          editable: true,
          status: row.status || false,
        },
      });
    } catch (e) {