优化审核问题

This commit is contained in:
BianLzhaoMin 2024-05-11 18:05:49 +08:00
parent 25586feb2f
commit 12a1c479ee
1 changed files with 5 additions and 5 deletions

View File

@ -253,11 +253,11 @@
}, },
/* 审核驳回 */ /* 审核驳回 */
async auditingReject() { async auditingReject() {
if (this.tbAllChecked) { // if (this.tbAllChecked) {
this.$message.error('当前已没有可审核的装备') // this.$message.error('')
this.dialogConfig.outerVisible = false // this.dialogConfig.outerVisible = false
return // return
} // }
if (this.selAuditingList.length < 1) { if (this.selAuditingList.length < 1) {
this.$message.error('请勾选审核设备') this.$message.error('请勾选审核设备')
return return