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