This commit is contained in:
2023-07-04 14:31:23 +08:00
parent b187d38894
commit 68fc55cf7f
2 changed files with 66 additions and 12 deletions

View File

@ -39,7 +39,7 @@ export function importTable(data) {
return request({
url: "/tool/gen/importTable",
method: "post",
params: data,
data: data,
});
}