This commit is contained in:
jl-zhoujl2
2022-08-25 14:17:56 +08:00
parent c74d22f413
commit 789f5b1cfa

View File

@ -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: {