From 673d58023f4c0fe8633a107238ec8b577496717a Mon Sep 17 00:00:00 2001
From: Crunchy <3114200645@qq.com>
Date: 星期四, 07 十一月 2024 10:28: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