diff --git a/sgzb-ui/src/views/scrapManage/forecastWaste/auditing/index.vue b/sgzb-ui/src/views/scrapManage/forecastWaste/auditing/index.vue index 80b74b05..08a3986a 100644 --- a/sgzb-ui/src/views/scrapManage/forecastWaste/auditing/index.vue +++ b/sgzb-ui/src/views/scrapManage/forecastWaste/auditing/index.vue @@ -253,11 +253,11 @@ }, /* 审核驳回 */ async auditingReject() { - if (this.tbAllChecked) { - this.$message.error('当前已没有可审核的装备') - this.dialogConfig.outerVisible = false - return - } + // if (this.tbAllChecked) { + // this.$message.error('当前已没有可审核的装备') + // this.dialogConfig.outerVisible = false + // return + // } if (this.selAuditingList.length < 1) { this.$message.error('请勾选审核设备') return