From dc46a242306048ac558c287cdf8d421399cb4fdd Mon Sep 17 00:00:00 2001
From: 付延余 <f-yanyu@outlook.com>
Date: 星期二, 21 三月 2023 11:11:39 +0800
Subject: [PATCH] code码调整

---
 pages/customer-page/freight-forwarder-details/freight-forwarder-details.vue |    5 +----
 1 files changed, 1 insertions(+), 4 deletions(-)

diff --git a/pages/customer-page/freight-forwarder-details/freight-forwarder-details.vue b/pages/customer-page/freight-forwarder-details/freight-forwarder-details.vue
index 482f9fe..73112b5 100644
--- a/pages/customer-page/freight-forwarder-details/freight-forwarder-details.vue
+++ b/pages/customer-page/freight-forwarder-details/freight-forwarder-details.vue
@@ -51,9 +51,6 @@
 
 <script>
 export default {
-	onLoad(params) {
-		this.huoDaiId = params.huoDaiId;
-	},
 	data() {
 		return {
 			huoDaiId: null
@@ -67,7 +64,7 @@
 			this.getHuoDaiDetail();
 		},
 		getHuoDaiDetail() {
-			this.$reqGet('getHuoDaiDetail', { huoDaiId: this.huoDaiId }).then(res => {
+			this.$reqGet('getHuoDaiDetail').then(res => {
 				console.log(res, '璐т唬璇︽儏');
 			});
 		}

--
Gitblit v1.9.1