uiu
This commit is contained in:
parent
71a5f3040d
commit
d2d632a087
@ -203,9 +203,9 @@
|
||||
},
|
||||
async handleSubmit() {
|
||||
let res = await this.getRealGetWaybillPrintData()
|
||||
const imageUrl = res?.data?.map(t=> t.imageUrl) || ''
|
||||
const imageUrl = res?.data?.map(t=> t.imageUrl) || []
|
||||
this.$refs.curPrint.startPrint({
|
||||
imageUrl: imageUrl,
|
||||
imageUrl: imageUrl.filter(v=> !!v),
|
||||
paperWidth: 480,
|
||||
})
|
||||
},
|
||||
|
||||
Loading…
Reference in New Issue
Block a user