From c77637aa6781f3275839674cb4fa2d4b72b8827c Mon Sep 17 00:00:00 2001
From: charles <981744753@qq.com>
Date: 星期一, 15 七月 2024 19:34:55 +0800
Subject: [PATCH] fix:修复纤度登记表,检验表,产量等级表部分的bug修复

---
 src/api/reportManage/report.js |    8 ++++++++
 1 files changed, 8 insertions(+), 0 deletions(-)

diff --git a/src/api/reportManage/report.js b/src/api/reportManage/report.js
index 3724d3e..fef2d40 100644
--- a/src/api/reportManage/report.js
+++ b/src/api/reportManage/report.js
@@ -1,4 +1,12 @@
 import request from "@/common/untils/request.js"
+// 搴斿彂宸ヨ祫鎶ヨ〃
+export function salaryReportForms(data) {
+  return request({
+    url: "/api-jl/v1/forms/salaryReportForms",
+    method: "post",
+    data
+  })
+}
 
 // 鑰冨嫟绠$悊鍒楄〃
 export function getAttendanceList(data) {

--
Gitblit v1.8.0