云设备录入
This commit is contained in:
@@ -22,17 +22,16 @@ export const auditEdData = (data) => {
|
||||
data: data,
|
||||
})
|
||||
}
|
||||
// 修改工程
|
||||
export const auditEngineering = (data) => {
|
||||
// 修改-删除工程
|
||||
export const auditEngineering = (data:any)=> {
|
||||
return request({
|
||||
url: '/cs-device-boot/engineering/auditEngineering',
|
||||
method: 'post',
|
||||
|
||||
data: data,
|
||||
})
|
||||
}
|
||||
// 修改项目
|
||||
export const updateProject = (data) => {
|
||||
export const updateProject = (data:any) => {
|
||||
return request({
|
||||
url: '/cs-device-boot/project/updateProject',
|
||||
method: 'post',
|
||||
|
||||
Reference in New Issue
Block a user