fjl
fujunling
2023-07-18 2c6c24281d4c261b172d02a98df9524cffc0c276
Source/UBCS-WEB/src/api/refer/table.js
@@ -1,9 +1,9 @@
import request from "@/router/axios";
export const getList = (params,page, limit, url) => {
export const getList = (params,page, limit, url, method) => {
  return request({
    url: url,
    method: 'get',
    method: method,
    params: {
      ...params,
      page,