yuxc
2023-08-08 8a0a7d1e0817d4cf1f21c62f0a56c010d2b0792e
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,