From 61282c106068d9a792e1b084746e2d6b9a997b99 Mon Sep 17 00:00:00 2001
From: gaoluyang <2820782392@qq.com>
Date: 星期二, 15 九月 2026 15:29:52 +0800
Subject: [PATCH] 新疆——新聚lims 1.不需要判定要求、检测方法、检验结果、结论 2.设备不需要绑定每个检验子项,只需要绑定当前的的检验委托单 3.判定结果检测的时候不要出现,复核的时候才判断选择最终结果是否合格
---
src/api/structural/capability.js | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/src/api/structural/capability.js b/src/api/structural/capability.js
index e3f3dd5..7dc11ab 100644
--- a/src/api/structural/capability.js
+++ b/src/api/structural/capability.js
@@ -28,7 +28,7 @@
export function delItemParameter(query) {
return request({
url: '/capacityScope/delItemParameter',
- method: 'get',
+ method: 'delete',
params: query
})
}
--
Gitblit v1.9.3