gaoluyang
2025-12-12 e8eda23ee6fe0273619d826ba768ce975a0d8ccf
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,
  });
}
}