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) {
|
export async function creatNotice(type: any, params?: any) {
|
||||||
let method = "post";
|
let method = "post";
|
||||||
if (type == "edit" || type == "change")
|
if (type == "edit" || type == "change")
|
||||||
method = "put";
|
method = "put";
|
||||||
return request('/api/biz-service-ebtp-bid/v1/anno', {
|
return request('/api/biz-service-ebtp-bid/v1/anno', {
|
||||||
method: method,
|
method: method,
|
||||||
data: {
|
data: {
|
||||||
|
Reference in New Issue
Block a user