From 5f5a37bae955346aae94dc1fb4d3d5b20fa451e4 Mon Sep 17 00:00:00 2001 From: xuesinan <1404152492@qq.com> Date: Mon, 6 Dec 2021 19:27:37 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E5=AE=9E=E9=AA=8C=E7=8A=B6=E6=80=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/tall/task/LabReport.vue | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/components/tall/task/LabReport.vue b/src/components/tall/task/LabReport.vue index b0db161..18d1ef1 100644 --- a/src/components/tall/task/LabReport.vue +++ b/src/components/tall/task/LabReport.vue @@ -99,10 +99,13 @@ if (!expreStatus.value && sessionStatus) { } if (expreStatus.value) { + console.log(expreStatus.value); if (expreStatus.value === 1 || expreStatus.value === 3 || expreStatus.value === 4) { isShowWarning.value = true; + isShowSuccess.value = false; tipsMessage.value = '数据已锁定,不可操作'; } else { + isShowWarning.value = false; isShowSuccess.value = true; tipsMessage.value = '数据未锁定,可操作'; }