From 33b49a7e95796e4bce64cc18cb406c33c0b63810 Mon Sep 17 00:00:00 2001 From: 朱佳吉 <1527963051@qq.com> Date: 星期四, 09 五月 2024 14:13:16 +0800 Subject: [PATCH] 查询不合格样品数据 --- src/components/view/a5-capacity-scope.vue | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/view/a5-capacity-scope.vue b/src/components/view/a5-capacity-scope.vue index 9cd06e3..779a102 100644 --- a/src/components/view/a5-capacity-scope.vue +++ b/src/components/view/a5-capacity-scope.vue @@ -229,10 +229,10 @@ } }, requiredAdd: ['sonLaboratory', 'inspectionItem', 'manHour', 'inspectionItemType', 'inspectionValueType', - 'unit', 'method', 'price', 'manDay' + 'unit', 'method', 'price', 'manDay', 'templateId' ], requiredUp: ['sonLaboratory', 'inspectionItem', 'manHour', 'inspectionItemType', 'inspectionValueType', - 'unit', 'method', 'price', 'manDay' + 'unit', 'method', 'price', 'manDay', 'templateId' ] }, testObjectData: { -- Gitblit v1.9.3