Commit 6c24d40b authored by cat's avatar cat

Merge remote-tracking branch 'origin/project9-8' into project9-8

parents f012e95a 02683b18
import request from '@/utils/request'
// 查询列表
export function listdevice(query) {
return request({
url: '/wbwarehouseinventory/queryWbWarehouseInventoryByPagination',
method: 'get',
params: query
})
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment