批处理,模型部分校验通过逻辑调整
This commit is contained in:
parent
50be2d0fcc
commit
6f82a42753
@ -243,7 +243,7 @@ export default {
|
||||
this.$message({message: '正在校验或校验未通过,不支持此操作', type: 'warning'});
|
||||
return;
|
||||
}
|
||||
if (result.okCount != result.totalCount) {
|
||||
if (result.okCount == 0) {
|
||||
this.$message({message: '校验未通过', type: 'warning'});
|
||||
return;
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user