From df85764203947543c0ced0a0cdf8b7299f6b40ff Mon Sep 17 00:00:00 2001
From: licp <lichunping@guanfang.com.cn>
Date: 星期二, 28 五月 2024 13:28:22 +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