lxf 1 year ago
parent
commit
3ac40872b5
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/views/production/schedule/production-order/index.vue

+ 1 - 1
src/views/production/schedule/production-order/index.vue

@@ -367,7 +367,7 @@ const clickCode = (row) => {
   proxy.$router.replace({
     path: "/addOrder",
     query: {
-      detailId: row.id,
+      detailId: row.orderId,
       text: "订单详情",
       random: proxy.random(),
       orderInquiry: true,