From 2a43cb4d91827fa6e2ce9a20fb788f40b94448ce Mon Sep 17 00:00:00 2001 From: licp <lichunping@guanfang.com.cn> Date: 星期四, 26 十二月 2024 14:33:08 +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