From 7d520e6190241adc647f36f7aea34c365216edb0 Mon Sep 17 00:00:00 2001
From: charles <981744753@qq.com>
Date: 星期二, 06 八月 2024 11:45:27 +0800
Subject: [PATCH] feat:更新代码

---
 src/api/productManage/silkRegisterForm.js |   14 ++++++++++++--
 1 files changed, 12 insertions(+), 2 deletions(-)

diff --git a/src/api/productManage/silkRegisterForm.js b/src/api/productManage/silkRegisterForm.js
index e687d4a..3790909 100644
--- a/src/api/productManage/silkRegisterForm.js
+++ b/src/api/productManage/silkRegisterForm.js
@@ -44,7 +44,7 @@
 export function getWorkshopManageList(data) {
   return request({
     url: "/api-jl/v1/system/getWorkshopManageList",
-    method: "get",
+    method: "post",
     data
   })
 }
@@ -71,4 +71,14 @@
     method: "post",
     data
   })
-}
\ No newline at end of file
+}
+// 鑷姩鐢熸垚缂栫爜
+//
+export function getAutoCode(params) {
+    return request({
+        url: "/api-jl/v1/system/getAutoCode",
+        method: "get",
+       params
+    })
+}
+

--
Gitblit v1.8.0