This commit is contained in:
hongchao 2025-12-08 18:27:35 +08:00
parent bc1711dadc
commit 01e2eb135e
1 changed files with 3 additions and 1 deletions

View File

@ -698,7 +698,9 @@ export default {
this.$emit('isReset')
})
})
.catch(() => {})
.catch(() => {
loading.close()
})
},
//el-table-
getSummaries(param) {