Blame view

src/api/table.js 156 Bytes
80a28914e   吉鹏   init
1
2
3
4
  import request from '@/utils/request'
  
  export function getList(params) {
    return request({
c44ba96f6   Adam   auto commit the c...
5
      url: '/yp/table/list',
80a28914e   吉鹏   init
6
7
8
9
      method: 'get',
      params
    })
  }