未结算问题修复
This commit is contained in:
parent
1fccf4e792
commit
0bde50e6fa
|
|
@ -574,6 +574,7 @@ export default {
|
||||||
exportZip() {
|
exportZip() {
|
||||||
if (!this.ids.length) {
|
if (!this.ids.length) {
|
||||||
this.$message.error('请选择要导出的记录')
|
this.$message.error('请选择要导出的记录')
|
||||||
|
return false
|
||||||
}
|
}
|
||||||
let param = []
|
let param = []
|
||||||
this.ids.map(item => {
|
this.ids.map(item => {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue