优化审核问题
This commit is contained in:
parent
25586feb2f
commit
12a1c479ee
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue