Parcourir la source

Merge branch 'master' into 测试

lxf il y a 1 an
Parent
commit
8f61a10dc2
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  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,