From e284c6d4d147834df1877606dc0df0a142e0eaec Mon Sep 17 00:00:00 2001 From: niexiting <85552560@qq.com> Date: Thu, 4 Jan 2024 17:31:45 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E6=A3=80=E9=AA=8C=E7=BB=93?= =?UTF-8?q?=E6=9E=9C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/inspect/job/inspectResult.vue | 12 ++++-------- 1 file changed, 4 insertions(+), 8 deletions(-) diff --git a/pages/inspect/job/inspectResult.vue b/pages/inspect/job/inspectResult.vue index b62d0e1b..c26b8d21 100644 --- a/pages/inspect/job/inspectResult.vue +++ b/pages/inspect/job/inspectResult.vue @@ -124,17 +124,13 @@ - - - - @@ -342,10 +338,10 @@ }, commit() { - if (this.nextAction == null) { - this.showMessage("请选择下一步动作") - return - } + if (this.nextAction == null) { + this.showMessage("请选择下一步动作") + return + } if (this.nextAction == "ALL_OK") { //全合格