This commit is contained in:
xielue 2023-09-11 19:15:18 +08:00
parent c970eb9fff
commit 64856f846b
1 changed files with 1 additions and 1 deletions

View File

@ -257,7 +257,7 @@ export default {
delete sendData._X_ROW_KEY;
delete sendData.times;
sendData.id = this.$mk.toBigInt(this.currentPrint.id);
sendData.contents = sendData.fileName;
this.$mk.post({
url: `${BASE_URL.BASE_URL}/InkjetPrinter/v1/send/print/file`,
loading: "发送文件中...",