src/api/resource/attach.js
@@ -22,6 +22,16 @@ }) } export const getDetails = (type) => { return request({ url: '/api/blade-resource/attach/detail', method: 'get', params: { type } }) } export const remove = (ids) => { return request({ url: '/api/blade-resource/attach/remove', @@ -47,4 +57,3 @@ data: row }) }