优化
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user