From 79210c2f29c65499e5ff8e4abc0c802b7b1c4065 Mon Sep 17 00:00:00 2001
From: 曹睿 <360930172@qq.com>
Date: 星期四, 24 四月 2025 16:43:07 +0800
Subject: [PATCH] Merge branch 'master' of http://114.132.189.42:9002/r/yuanwang-mes-uniapp
---
src/api/product/twist.ts | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/src/api/product/twist.ts b/src/api/product/twist.ts
index 78caaa4..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,
});
--
Gitblit v1.9.3