src/api/patchManagement/index.js @@ -94,4 +94,12 @@ method: 'put', data }) } // 删除数据 export const deletePatches = params => { return request({ url: `/drone-device-core/patches/api/v1/Patches/deleteBatch`, method: 'delete', params, }) }