src/api/salesManagement/opportunityManagement.js
@@ -27,6 +27,14 @@ data: data, }); } // 添加商机 export function addDescription(data) { return request({ url: "/businessOpportunity/addDescription", method: "post", data: data, }); } // 删除商机 export function delOpportunity(ids) { @@ -35,4 +43,4 @@ method: "delete", data: ids, }); } }