From 419c3d24afd1fb2fd8547c38069a21d6e474e706 Mon Sep 17 00:00:00 2001
From: wjt <1797368093@qq.com>
Date: 星期六, 22 六月 2024 16:01:51 +0800
Subject: [PATCH] Merge branch 'master' of http://218.28.192.34:9999/r/sqys/sqys_xcx

---
 api/index.js |    8 ++++++--
 1 files changed, 6 insertions(+), 2 deletions(-)

diff --git a/api/index.js b/api/index.js
index 09c53e4..2c75ae4 100644
--- a/api/index.js
+++ b/api/index.js
@@ -9,9 +9,13 @@
 export function showList(data){
 	return http.get('/enforce/order/showList', {params: data}, { custom: { loading: true }});
 }
-// 鎯犱紒鏀跨瓥 
+// 鎯犱紒鏀跨瓥璇︽儏
 export function doc(id){
-	return http.get('/system/doc/'+id, {params: data}, { custom: { loading: true }});
+	return http.get('/system/doc/'+id, { custom: { loading: true }});
+}
+// 淇℃伅鍏ず
+export function order(id){
+	return http.get('/enforce/order/'+id, { custom: { loading: true }});
 }
 // 浼佷笟娉ㄥ唽
 export function companyRegister(data) {

--
Gitblit v1.9.1