From 3d1a4b4bf3d37e29a3d3345e00f9f84c0d7959a6 Mon Sep 17 00:00:00 2001
From: Mr.Shi <1878285526@qq.com>
Date: 星期一, 21 八月 2023 09:16:05 +0800
Subject: [PATCH] 改bug

---
 h5_standard/src/apis/PlanningAPI.ts |    9 +++++++++
 1 files changed, 9 insertions(+), 0 deletions(-)

diff --git a/h5_standard/src/apis/PlanningAPI.ts b/h5_standard/src/apis/PlanningAPI.ts
index c4d5099..c8a608d 100644
--- a/h5_standard/src/apis/PlanningAPI.ts
+++ b/h5_standard/src/apis/PlanningAPI.ts
@@ -114,6 +114,15 @@
     })
 }
 
+// 鏍规嵁瀵硅薄淇℃伅鏌ヨ
+export function queryList (data: any): Promise<any> {
+    return httpRequest({
+        url: '/ext/salaryParam/queryList',
+        method: 'post',
+        data
+    })
+}
+
 // 涓�閿姤宸�
 export function autoWorkReport (data: any): Promise<any> {
     return httpRequest({

--
Gitblit v1.9.3