From fbd20431d9947d6989f6508ae47ccaad96576d68 Mon Sep 17 00:00:00 2001
From: 819527061@qq.com <123456>
Date: 星期一, 05 二月 2024 09:02:16 +0800
Subject: [PATCH] 解决审批历史页面报错问题

---
 utils/jihua.js |   28 +++++++++++++++++++++-------
 1 files changed, 21 insertions(+), 7 deletions(-)

diff --git a/utils/jihua.js b/utils/jihua.js
index 1090277..8f080eb 100644
--- a/utils/jihua.js
+++ b/utils/jihua.js
@@ -5,22 +5,36 @@
 		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'
 	},
-	
+
 	// xscarshippingdayplan: {
 	// 	url: '/yunxiao/contractorder/page',
 	// 	method: 'GET'
 	// },
-	
+
 	// /yunxiao/xscarshippingdayplan
-	addObj: {
+	xscarshippingdayplanAddObj: {
 		url: '/yunxiao/xscarshippingdayplan',
 		method: 'POST'
 	},
@@ -34,4 +48,4 @@
 		url: '/admin/menu',
 		method: 'GET'
 	}
-}
\ No newline at end of file
+}

--
Gitblit v1.9.1