新增批量下载桌码

This commit is contained in:
gyq
2024-06-14 11:42:07 +08:00
parent 313ec6e6f9
commit 2026193f0f
8 changed files with 32 additions and 19 deletions

View File

@@ -79,8 +79,9 @@ export function tbShopTableDelete(data) {
*/
export function downloadTableCode(data) {
return request({
url: `/api/tbShopTable`,
url: `/api/deviceStock/batchDownload`,
method: "post",
data
data,
responseType: "blob"
});
}