feaet: 调整报告接口
This commit is contained in:
@ -104,6 +104,19 @@ export const gsxtYpbgAddEntity = (data) => {
|
||||
})
|
||||
}
|
||||
|
||||
/**
|
||||
* 编辑研判报告
|
||||
* @param {Object} data 研判报告数据
|
||||
* @returns {Promise} 请求Promise对象
|
||||
*/
|
||||
export const gsxtYpbgEditEntity = (data) => {
|
||||
return request({
|
||||
url: api + `/gsxtYpbg/editEntity`,
|
||||
method: "put",
|
||||
data
|
||||
})
|
||||
}
|
||||
|
||||
/**
|
||||
* 自建研判报告
|
||||
* @param {Object} data 自建研判数据
|
||||
|
||||
Reference in New Issue
Block a user