新购二维码下载

This commit is contained in:
bb_pan 2025-08-25 15:35:30 +08:00
parent 3226b3ce4f
commit 056de29cc9
2 changed files with 6 additions and 1 deletions

View File

@ -72,6 +72,11 @@ export function exportNewBuy(purchaseId) {
url: '/material/purchase/bind/downloadQrCode?purchaseId='+purchaseId,
method: 'post',
responseType: 'blob',
headers: {
encryptRequest: false,
checkIntegrity: false,
encryptResponse: false,
},
})
}

View File

@ -210,7 +210,7 @@ export default {
const params = {
keyWord: this.queryParams.keyWord,
typeName: this.queryParams.typeName,
typeModelName: this.queryParams.typeModelName,
proName: this.queryParams.proName,
pageSize: this.queryParams.pageSize,
pageNum: this.queryParams.pageNum,
startTime: this.queryParams.time ? this.queryParams.time[0] : '',