修改验证符合性确认提交时的判断
This commit is contained in:
@@ -292,7 +292,7 @@
|
||||
let isTrue
|
||||
if (dataSource && dataSource.length > 0) {
|
||||
for (let i = 0; i < dataSource.length; i++) {
|
||||
if (dataSource[i].status == 'haveDone' || !dataSource[i].status) {
|
||||
if (dataSource[i].status == 'haveDone' || dataSource[i].createUser) {
|
||||
isTrue = true
|
||||
} else {
|
||||
isTrue = false
|
||||
|
||||
Reference in New Issue
Block a user