From 7e55bfe3cc5989e8b225e4701861106c912291b7 Mon Sep 17 00:00:00 2001 From: haoxuan <haoxuan> Date: 星期三, 20 十二月 2023 17:13:08 +0800 Subject: [PATCH] 销售明细单增加 采购信息模块 样式开发+报价单格式调整为上下结构前端样式开发+报价单列表客户名称和状态 --- src/api/serviceManage/serviceFollowup.js | 5 +++-- 1 files changed, 3 insertions(+), 2 deletions(-) diff --git a/src/api/serviceManage/serviceFollowup.js b/src/api/serviceManage/serviceFollowup.js index c9b5669..3ca3f47 100644 --- a/src/api/serviceManage/serviceFollowup.js +++ b/src/api/serviceManage/serviceFollowup.js @@ -19,8 +19,9 @@ // 鍒犻櫎鏈嶅姟鍥炶鍗� export function getDelServiceFollowup(data) { return request({ - url: "/api/serviceFollowup/delete/" + data.id, - method: "delete" + url: "/api/serviceFollowup/delete", + method: "delete", + data }) } // 鏇存柊鏈嶅姟鍥炶鍗� -- Gitblit v1.8.0