liuyg
2021-07-16 5db28e39983bb71c6e250b00a5c19fe6b0f82e2d
src/api/resource/attach.js
@@ -1,6 +1,6 @@
import request from '@/router/axios';
export const getList = (current, size, params) => {
export const getList = (current, size, params,deptid,type) => {
  return request({
    url: '/api/blade-resource/attach/list',
    method: 'get',
@@ -8,6 +8,8 @@
      ...params,
      current,
      size,
      deptid,
      type,
    }
  })
}
@@ -32,6 +34,7 @@
  })
}
export const add = (row) => {
  return request({
    url: '/api/blade-resource/attach/submit',