beyond 4.24.1

This commit is contained in:
beyond 2020-04-24 09:53:10 +08:00
parent 2b25c698c2
commit d7768e287d

View file

@ -457,10 +457,14 @@ export default {
}
},
isReview4(row) {
// console.log(row)
if (row.judgeStat === 2 && row.confirmPersonId === null) {
//
if (row.judgeStat === 2) {
return true
}
//
// if (row.judgeStat === 2 && row.confirmPersonId === null) {
// return true
// }
},
//
handleEdit2(row) {