From ae074f743526289c6f96f604eb3979e55cea9b66 Mon Sep 17 00:00:00 2001 From: zss <zss@example.com> Date: 星期三, 26 二月 2025 12:05:21 +0800 Subject: [PATCH] 检验任务标准要求改为要求描述 --- src/components/do/b1-inspect-order-plan/Inspection.vue | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/components/do/b1-inspect-order-plan/Inspection.vue b/src/components/do/b1-inspect-order-plan/Inspection.vue index ad88d9b..eeeb86d 100644 --- a/src/components/do/b1-inspect-order-plan/Inspection.vue +++ b/src/components/do/b1-inspect-order-plan/Inspection.vue @@ -4528,7 +4528,7 @@ getAsk(id) { for (var a in this.currentSample.insProduct) { if (this.currentSample.insProduct[a].id == id) { - return this.currentSample.insProduct[a].ask; + return this.currentSample.insProduct[a].tell; } } }, -- Gitblit v1.9.3