licp
2024-12-23 06c4496d3117bf14ea431f02558ad7d74dee774d
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('导出成功')