|
|
@ -419,7 +419,9 @@ export default { |
|
|
|
console.log(qr); |
|
|
|
console.log(qr); |
|
|
|
this.html = ''; |
|
|
|
this.html = ''; |
|
|
|
this.loadingObj.pageLoading = true; |
|
|
|
this.loadingObj.pageLoading = true; |
|
|
|
const res = await getPrintTemplate(qr); |
|
|
|
const res = await getPrintTemplate({ |
|
|
|
|
|
|
|
ids:qr |
|
|
|
|
|
|
|
}); |
|
|
|
|
|
|
|
|
|
|
|
const { code, data } = res.data; |
|
|
|
const { code, data } = res.data; |
|
|
|
if (code !== 200) return; |
|
|
|
if (code !== 200) return; |
|
|
|