From a3abdf4cb6ea6ba057da0ae1b6af15497dbe2044 Mon Sep 17 00:00:00 2001
From: zhangxiaoxu123456 <zxx19900626>
Date: 星期一, 18 四月 2022 14:27:01 +0800
Subject: [PATCH] 路由跳转

---
 src/api/jiuyeAndChuangye.js |    5 +++++
 1 files changed, 5 insertions(+), 0 deletions(-)

diff --git a/src/api/jiuyeAndChuangye.js b/src/api/jiuyeAndChuangye.js
index 1682ad2..b42d7a6 100644
--- a/src/api/jiuyeAndChuangye.js
+++ b/src/api/jiuyeAndChuangye.js
@@ -4,3 +4,8 @@
 export const getLabourTable = (params) => {
   return postRequest('/ybg/webservice/app/employment/getLabourTable.do',params)
 }
+
+//
+export const getLabourLine = (params) => {
+  return postRequest('/ybg/webservice/app/employment/getLabourLine.do',params)
+}

--
Gitblit v1.9.1