From 6f82a42753971b07fa942b6108285d85bb9bcf8a Mon Sep 17 00:00:00 2001 From: "446052889@qq.com" <446052889@qq.com> Date: Wed, 7 Sep 2022 14:31:13 +0800 Subject: [PATCH] =?UTF-8?q?=E6=89=B9=E5=A4=84=E7=90=86=EF=BC=8C=E6=A8=A1?= =?UTF-8?q?=E5=9E=8B=E9=83=A8=E5=88=86=E6=A0=A1=E9=AA=8C=E9=80=9A=E8=BF=87?= =?UTF-8?q?=E9=80=BB=E8=BE=91=E8=B0=83=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- com.actionsoft.apps.coe.pal.batch/src/views/create/create.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; }