diff --git a/com.actionsoft.apps.coe.pal.batch/src/views/create/create.vue b/com.actionsoft.apps.coe.pal.batch/src/views/create/create.vue index 380c802..e92ecec 100644 --- a/com.actionsoft.apps.coe.pal.batch/src/views/create/create.vue +++ b/com.actionsoft.apps.coe.pal.batch/src/views/create/create.vue @@ -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; }