From 5519cbf2e00c7ba4c650a542d98da99978124a30 Mon Sep 17 00:00:00 2001 From: 曹睿 <360930172@qq.com> Date: 星期四, 24 四月 2025 16:43:01 +0800 Subject: [PATCH] test: 测试生产管理 --- src/api/product/twist.ts | 16 ++++++++++++---- 1 files changed, 12 insertions(+), 4 deletions(-) diff --git a/src/api/product/twist.ts b/src/api/product/twist.ts index 8a39f77..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, }); @@ -23,11 +23,19 @@ // 鍗曚笣棰嗙敤鎵爜 getScarn(params: any) { return request<BaseResult<any>>({ - url: "/app/getScarn", + url: "/app/scarn", method: "GET", data: params, }); }, + + addStrandedWireDish(data: any) { + return request<BaseResult<any>>({ + url: "/app/addStrandedWireDish", + method: "POST", + data: data, + }); + }, }; export default TwistApi; -- Gitblit v1.9.3