新购二维码下载
This commit is contained in:
parent
3226b3ce4f
commit
056de29cc9
|
|
@ -72,6 +72,11 @@ export function exportNewBuy(purchaseId) {
|
||||||
url: '/material/purchase/bind/downloadQrCode?purchaseId='+purchaseId,
|
url: '/material/purchase/bind/downloadQrCode?purchaseId='+purchaseId,
|
||||||
method: 'post',
|
method: 'post',
|
||||||
responseType: 'blob',
|
responseType: 'blob',
|
||||||
|
headers: {
|
||||||
|
encryptRequest: false,
|
||||||
|
checkIntegrity: false,
|
||||||
|
encryptResponse: false,
|
||||||
|
},
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -210,7 +210,7 @@ export default {
|
||||||
const params = {
|
const params = {
|
||||||
keyWord: this.queryParams.keyWord,
|
keyWord: this.queryParams.keyWord,
|
||||||
typeName: this.queryParams.typeName,
|
typeName: this.queryParams.typeName,
|
||||||
typeModelName: this.queryParams.typeModelName,
|
proName: this.queryParams.proName,
|
||||||
pageSize: this.queryParams.pageSize,
|
pageSize: this.queryParams.pageSize,
|
||||||
pageNum: this.queryParams.pageNum,
|
pageNum: this.queryParams.pageNum,
|
||||||
startTime: this.queryParams.time ? this.queryParams.time[0] : '',
|
startTime: this.queryParams.time ? this.queryParams.time[0] : '',
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue