diff --git a/src/pages/Bid/BiddingAnnouncement/service.ts b/src/pages/Bid/BiddingAnnouncement/service.ts index 186291e..832b6b6 100644 --- a/src/pages/Bid/BiddingAnnouncement/service.ts +++ b/src/pages/Bid/BiddingAnnouncement/service.ts @@ -22,8 +22,8 @@ export async function GetNoticeMsg(params?: any) { /*创建公告*/ export async function creatNotice(type: any, params?: any) { let method = "post"; - if (type == "edit" || type == "change") - method = "put"; + if (type == "edit" || type == "change") + method = "put"; return request('/api/biz-service-ebtp-bid/v1/anno', { method: method, data: {