批处理,模型部分校验通过逻辑调整

This commit is contained in:
446052889@qq.com 2022-09-07 14:31:13 +08:00
parent 50be2d0fcc
commit 6f82a42753

View File

@ -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;
}