liuyg
2021-10-13 801918e33aff6146bd188e0b53d44b5f226f5b39
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
  })
}