创建新仓库
This commit is contained in:
9
src/renderer/api/table.js
Normal file
9
src/renderer/api/table.js
Normal file
@ -0,0 +1,9 @@
|
||||
import { request } from "@/utils/request";
|
||||
|
||||
export function getList(params) {
|
||||
return request({
|
||||
url: "/table/list",
|
||||
method: "get",
|
||||
params
|
||||
});
|
||||
}
|
Reference in New Issue
Block a user