diff --git a/src/views/material/cost/component/unreportHome.vue b/src/views/material/cost/component/unreportHome.vue index 78074234..bd041d5d 100644 --- a/src/views/material/cost/component/unreportHome.vue +++ b/src/views/material/cost/component/unreportHome.vue @@ -574,6 +574,7 @@ export default { exportZip() { if (!this.ids.length) { this.$message.error('请选择要导出的记录') + return false } let param = [] this.ids.map(item => {