From f9576bd9e9c1212fa2b15592a299cfca1a2c1b78 Mon Sep 17 00:00:00 2001
From: chenhj <1263187585@qq.com>
Date: 星期二, 17 三月 2026 17:55:30 +0800
Subject: [PATCH] 车间订单详情删除刷新工艺路线
---
src/page/PackingLedgerDetails/index.vue | 5 ++---
1 files changed, 2 insertions(+), 3 deletions(-)
diff --git a/src/page/PackingLedgerDetails/index.vue b/src/page/PackingLedgerDetails/index.vue
index e4cd53b..28b7c71 100644
--- a/src/page/PackingLedgerDetails/index.vue
+++ b/src/page/PackingLedgerDetails/index.vue
@@ -53,11 +53,10 @@
},
created() {
let aa = this.$route.query
- console.log(this.$route.query,"id");
- this.chuaxun(aa)
+ this.details(aa)
},
methods: {
- chuaxun(aa){
+ details(aa){
selById({id:aa.id}).then((res) =>{
this.testStandardParams = res.data.data
})
--
Gitblit v1.9.3