8.25
This commit is contained in:
@ -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: {
|
||||
|
Reference in New Issue
Block a user