This commit is contained in:
parent
c970eb9fff
commit
64856f846b
|
|
@ -257,7 +257,7 @@ export default {
|
||||||
delete sendData._X_ROW_KEY;
|
delete sendData._X_ROW_KEY;
|
||||||
delete sendData.times;
|
delete sendData.times;
|
||||||
sendData.id = this.$mk.toBigInt(this.currentPrint.id);
|
sendData.id = this.$mk.toBigInt(this.currentPrint.id);
|
||||||
|
sendData.contents = sendData.fileName;
|
||||||
this.$mk.post({
|
this.$mk.post({
|
||||||
url: `${BASE_URL.BASE_URL}/InkjetPrinter/v1/send/print/file`,
|
url: `${BASE_URL.BASE_URL}/InkjetPrinter/v1/send/print/file`,
|
||||||
loading: "发送文件中...",
|
loading: "发送文件中...",
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue