From 3e39b23e6a20f5c1bb28a0f8fbbf5a77fa66c424 Mon Sep 17 00:00:00 2001
From: licp <lichunping@guanfang.com.cn>
Date: 星期五, 19 四月 2024 15:09:54 +0800
Subject: [PATCH] 完善首页样式

---
 src/views/quality/teststandard/index.vue |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/src/views/quality/teststandard/index.vue b/src/views/quality/teststandard/index.vue
index 392c8ed..241ac69 100644
--- a/src/views/quality/teststandard/index.vue
+++ b/src/views/quality/teststandard/index.vue
@@ -870,6 +870,8 @@
           if(m.referenceValue !== undefined) {
               m.referenceValue = m.referenceValue.replace(',','锛�').replace('(','锛�').replace(')','锛�')
             return m
+          } else{
+            this.$message.warning('瑕佹眰鑼冨洿娌℃湁濉啓!')
           }
         })
         addTestStandardParam(this.testStandardParams)

--
Gitblit v1.9.3