From 05b5c1f397bad8fb53a73ffe55209f573d309f4e Mon Sep 17 00:00:00 2001
From: 付延余 <f-yanyu@outlook.com>
Date: 星期四, 22 十二月 2022 00:25:30 +0800
Subject: [PATCH] 日发运计划接口同步后台更新。完善页面细节

---
 utils/jihua.js |   20 +++++++++++++++++---
 1 files changed, 17 insertions(+), 3 deletions(-)

diff --git a/utils/jihua.js b/utils/jihua.js
index 1090277..9fdb15c 100644
--- a/utils/jihua.js
+++ b/utils/jihua.js
@@ -5,10 +5,24 @@
 		method: 'GET'
 	},
 	// 鍙戣繍鍒楄〃
-	fyList: {
-		url: '/yunxiao/contractorder/fyList',
-		method: 'GET'
+	
+	/**
+	 * 閫欐槸鏈塨ug鐨勬帴鍙�
+	 */
+	// fyList: {
+	// 	url: '/yunxiao/contractorder/fyList',
+	// 	method: 'GET'
+	// },
+	
+	/**
+	 * 閫欐槸姝g⒑鐨�
+	 */
+	fyList:{
+		url:'/yunxiao/xscarshippingdayplan/fyList',
+		method:'GET'
 	},
+	
+	
 	xscarshippingdayplan: {
 		url: '/yunxiao/xscarshippingdayplan/page',
 		method: 'GET'

--
Gitblit v1.9.1