From 30c7993de6980694201ea8efc98f12044f487345 Mon Sep 17 00:00:00 2001 From: songguoqiang <765017469@qq.com> Date: Wed, 6 Dec 2023 09:37:54 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B4=A8=E9=87=8F=E5=88=86=E6=9E=90=E5=A2=9E?= =?UTF-8?q?=E5=8A=A0=E5=8A=9F=E8=83=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .env.development | 4 ++-- src/views/tjanalysis/zlanalysis/index.vue | 8 +++++++- 2 files changed, 9 insertions(+), 3 deletions(-) diff --git a/.env.development b/.env.development index 318da95..651af1b 100644 --- a/.env.development +++ b/.env.development @@ -7,8 +7,8 @@ VITE_DEV=false VITE_BASE_URL='http://localhost:12080' # 上传路径 -VITE_UPLOAD_URL='http://localhost:12080/admin-api/spc/template-item-details/upload' -#VITE_UPLOAD_URL='http://localhost:12080/admin-api/infra/file/upload' +#VITE_UPLOAD_URL='http://localhost:12080/admin-api/spc/template-item-details/upload' +VITE_UPLOAD_URL='http://localhost:12080/admin-api/infra/file/upload' # 接口前缀 VITE_API_BASEPATH=/dev-api diff --git a/src/views/tjanalysis/zlanalysis/index.vue b/src/views/tjanalysis/zlanalysis/index.vue index e468134..c4c364b 100644 --- a/src/views/tjanalysis/zlanalysis/index.vue +++ b/src/views/tjanalysis/zlanalysis/index.vue @@ -59,6 +59,7 @@ placeholder="请选择行号类型" clearable style="width: 100%" + @change="lineNumberChange" > @@ -113,8 +114,8 @@
检测内容 {{ datas.tzrv != null? datas.tzrv.detectionItemContents : '' }}
-
公差下限 {{ datas.tzrv != null? datas.tzrv.detectionItemDownLimt : '' }}
公差上限 {{ datas.tzrv != null? datas.tzrv.detectionItemUpLimit : '' }}
+
公差下限 {{ datas.tzrv != null? datas.tzrv.detectionItemDownLimt : '' }}
X中值 {{ datas.tzrv != null? datas.tzrv.xavg : '' }}
@@ -522,6 +523,11 @@ const deItemChange = async(value)=> { initData() } +const lineNumberChange = async(value)=> { + queryParams.lineNumber = value + initData() +} + const deDateChange = async (value) => { initData() }