未结算问题修复

This commit is contained in:
hongchao 2025-10-21 18:32:26 +08:00
parent 1fccf4e792
commit 0bde50e6fa
1 changed files with 1 additions and 0 deletions

View File

@ -574,6 +574,7 @@ export default {
exportZip() {
if (!this.ids.length) {
this.$message.error('请选择要导出的记录')
return false
}
let param = []
this.ids.map(item => {