parent
fdaf6cf915
commit
85e1658265
2 changed files with 5 additions and 8 deletions
@ -1,14 +1,10 @@ |
||||
import request from 'axios'; |
||||
|
||||
// 获取仪表参数表列表
|
||||
export const getList = (current, size, params) => { |
||||
export const getList = (params) => { |
||||
return request({ |
||||
url: '/blade-desk/bsMeterParam/page', |
||||
method: 'get', |
||||
params: { |
||||
...params, |
||||
current, |
||||
size, |
||||
}, |
||||
params |
||||
}); |
||||
}; |
||||
|
||||
Loading…
Reference in new issue