From 320dab11f03104e82818d0f967376081f3d22382 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=BB=BB=E7=8F=AE=E5=AE=87?= Date: Thu, 18 Jan 2024 17:57:52 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AF=BC=E5=87=BAradionuclide=20Activity?= =?UTF-8?q?=E6=8E=A5=E5=8F=A3=20=E5=A2=9E=E5=8A=A0=E6=97=A5=E6=9C=9F?= =?UTF-8?q?=E5=8F=82=E6=95=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../components/Modals/NuclideActivityAndMDCModal.vue | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/src/views/spectrumAnalysis/components/Modals/NuclideActivityAndMDCModal.vue b/src/views/spectrumAnalysis/components/Modals/NuclideActivityAndMDCModal.vue index 4e73f72..364675f 100644 --- a/src/views/spectrumAnalysis/components/Modals/NuclideActivityAndMDCModal.vue +++ b/src/views/spectrumAnalysis/components/Modals/NuclideActivityAndMDCModal.vue @@ -10,10 +10,10 @@
- + - +
@@ -112,6 +112,12 @@ export default { } }, methods: { + arDateChange(mont, date) { + this.queryParam.activityReferenceTime = date + }, + crDateChange(mont, date) { + this.queryParam.concentrationReferenceTime = date + }, // 切换比较 handleComparision() { this.compareVisible = !this.compareVisible @@ -176,6 +182,8 @@ export default { let params = { sampleId, fileName, + arTime: this.queryParam.activityReferenceTime, + crTime: this.queryParam.concentrationReferenceTime, } getFileAction('/gamma/exportRadionuclideActivity', params).then((res) => { if (res.code && res.code == 500) {