From 0e5763b1b39de488adb3bcc856a2201f87597a08 Mon Sep 17 00:00:00 2001
From: licp <lichunping@guanfang.com.cn>
Date: 星期一, 23 十二月 2024 15:56:40 +0800
Subject: [PATCH] 人员测试联调

---
 src/components/view/a6-quantity-value-traceability-plan.vue |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/src/components/view/a6-quantity-value-traceability-plan.vue b/src/components/view/a6-quantity-value-traceability-plan.vue
index d1cc5ac..429dc22 100644
--- a/src/components/view/a6-quantity-value-traceability-plan.vue
+++ b/src/components/view/a6-quantity-value-traceability-plan.vue
@@ -209,7 +209,8 @@
     exportFun() {
       this.outLoading = true
       this.$axios.post(this.$api.feCalibrationSchedule.exportOfValueTraceabilityPlan, {
-        instrumentName: this.searchForm.instrumentName
+        instrumentName: this.searchForm.instrumentName,
+        managementNumber:this.searchForm.managementNumber,
       }, {responseType: "blob"}).then(res => {
         this.outLoading = false
         this.$message.success('瀵煎嚭鎴愬姛')

--
Gitblit v1.9.3