wang1
2023-08-11 a62df29701b91876a3156d5f4545e01b87a9ef92
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,