From 82a0439f46b893e008ce9156ab172fb3de7f1060 Mon Sep 17 00:00:00 2001 From: zss <zss@example.com> Date: 星期五, 12 四月 2024 14:15:39 +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