This commit is contained in:
zds
2022-11-25 21:12:35 +08:00
parent ab020f0356
commit 7d5d7d7ce2
22 changed files with 221 additions and 131 deletions

View File

@@ -160,8 +160,8 @@ export default {
downdtl() {
if (this.currentRow !== null) {
crud.downloadLoading = true
download('/api/devicesafetyqtyquery/download', this.crud.query).then(result => {
downloadFile(result, '备件安全库存', 'xlsx')
download('/api/devicesafetyqtyquery/download2', this.crud.query).then(result => {
downloadFile(result, '安全库存预警', 'xlsx')
crud.downloadLoading = false
}).catch(() => {
crud.downloadLoading = false