新增批量下载桌码
This commit is contained in:
@@ -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"
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user