This commit is contained in:
cwchen 2024-07-24 19:29:08 +08:00
parent d36b9d395f
commit feafbbb36d
1 changed files with 1 additions and 1 deletions

View File

@ -299,7 +299,7 @@ function batchAudit(type) {
})
}
let checkNameArr = ['待审核','待审批']; //'待审阅',
let checkNameArr = ['待审阅','待审核','待审批'];
function isCheck(value){
if (checkNameArr.indexOf(value) > -1) {