From 33afacfaa04a6622c76d6ca1884b595233948848 Mon Sep 17 00:00:00 2001
From: liyong <18434998025@163.com>
Date: 星期四, 24 四月 2025 17:07:38 +0800
Subject: [PATCH] feat: 单丝参数
---
src/api/product/twist.ts | 14 +++++++++++---
1 files changed, 11 insertions(+), 3 deletions(-)
diff --git a/src/api/product/twist.ts b/src/api/product/twist.ts
index 54d1fe1..57996cd 100644
--- a/src/api/product/twist.ts
+++ b/src/api/product/twist.ts
@@ -11,10 +11,10 @@
});
},
- // 鏂板鎷変笣鎶ュ伐
- addWireOutput(data: any) {
+ // 鏂板缁炰笣鎶ュ伐
+ addTwistOutput(data: any) {
return request<BaseResult<any>>({
- url: "/app/addWireOutput",
+ url: "/app/addWireOutput1",
method: "POST",
data: data,
});
@@ -28,6 +28,14 @@
data: params,
});
},
+
+ addStrandedWireDish(data: any) {
+ return request<BaseResult<any>>({
+ url: "/app/addStrandedWireDish",
+ method: "POST",
+ data: data,
+ });
+ },
};
export default TwistApi;
--
Gitblit v1.9.3