From a63bbe043b87d9becfe483bb1477d471a79edcd8 Mon Sep 17 00:00:00 2001 From: yangfeng <wanwan926_4@163.com> Date: 星期日, 23 七月 2023 11:45:24 +0800 Subject: [PATCH] 全部删除接口联调 --- src/api/sales/quotation.js | 5 ++--- 1 files changed, 2 insertions(+), 3 deletions(-) diff --git a/src/api/sales/quotation.js b/src/api/sales/quotation.js index 9d0aa75..9caf191 100644 --- a/src/api/sales/quotation.js +++ b/src/api/sales/quotation.js @@ -18,9 +18,8 @@ // 鍒犻櫎鎶ヤ环鍗� export function getDelQuotation(data) { return request({ - url: "/api/quotation/delete", - method: "delete", - data + url: "/api/quotation/delete/" + data.id, + method: "delete" }) } // 鏇存柊鎶ヤ环鍗� -- Gitblit v1.8.0