From fc12c5f75c52149185328a20cfd08329098caa04 Mon Sep 17 00:00:00 2001 From: haoxuan <haoxuan> Date: 星期二, 17 十月 2023 17:17:35 +0800 Subject: [PATCH] 客户名称模块跟进,跟进记录没有对应到客户的问题+联系人选择了对应客户还有提示的问题 --- src/api/sales/generatePlan.js | 5 +++-- 1 files changed, 3 insertions(+), 2 deletions(-) diff --git a/src/api/sales/generatePlan.js b/src/api/sales/generatePlan.js index 4059e08..9a262da 100644 --- a/src/api/sales/generatePlan.js +++ b/src/api/sales/generatePlan.js @@ -19,8 +19,9 @@ // 鍒犻櫎鐢熸垚璁″垝 export function getDelPlan(data) { return request({ - url: "/api/plan/delete/" + data.id, - method: "delete" + url: "/api/plan/delete", + method: "delete", + data }) } // 鏇存柊鐢熸垚璁″垝 -- Gitblit v1.8.0