From f90fbbc76d23340e4568dd4dadbab5f7f02a030f Mon Sep 17 00:00:00 2001 From: pengwei <2071057782@qq.com> Date: 星期一, 24 三月 2025 14:49:24 +0800 Subject: [PATCH] 3.24功能新增 --- 项目代码/client/src/api/newapi/Putake.js | 4 ---- 1 files changed, 0 insertions(+), 4 deletions(-) diff --git "a/\351\241\271\347\233\256\344\273\243\347\240\201/client/src/api/newapi/Putake.js" "b/\351\241\271\347\233\256\344\273\243\347\240\201/client/src/api/newapi/Putake.js" index 9a778ae..7314231 100644 --- "a/\351\241\271\347\233\256\344\273\243\347\240\201/client/src/api/newapi/Putake.js" +++ "b/\351\241\271\347\233\256\344\273\243\347\240\201/client/src/api/newapi/Putake.js" @@ -1,19 +1,15 @@ import http from "../http"; //褰撳墠浣滀笟鑾峰彇鏁版嵁 绫诲埆 -// /api/Putake/ShowPutake export const ShowPutake = (data) => http.post("api/Putake/ShowPutake", data); //鏌ョ湅浠诲姟璇︽儏 -// /api/Putake/GetNjtake export const GetNjtake = (data) => http.post("api/Putake/GetNjtake", data); //纭棰嗗彇 -///api/Putake/ChangeStatus export const ChangeStatus = (data) => http.post("api/Putake/ChangeStatus", data); //鏁版嵁璁板綍 -///api/Putake/Add export const Add = (data) => http.post("api/Putake/Add", data); //鏁版嵁璁板綍鏌ョ湅璇︽儏 \ No newline at end of file -- Gitblit v1.9.3