From ce346ba33e7684b7e4303f8e418ef07bb69462ee Mon Sep 17 00:00:00 2001 From: wangxinyao Date: Mon, 11 Jul 2022 17:09:58 +0800 Subject: [PATCH] =?UTF-8?q?=E9=A2=84=E6=B5=8B=E5=81=8F=E5=B7=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/plan/workbench/predictionDeviation/index.vue | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/views/plan/workbench/predictionDeviation/index.vue b/src/views/plan/workbench/predictionDeviation/index.vue index a926045..bf391b1 100644 --- a/src/views/plan/workbench/predictionDeviation/index.vue +++ b/src/views/plan/workbench/predictionDeviation/index.vue @@ -295,6 +295,7 @@ export default { resetQuery() { this.queryParams.customerId = []; this.queryParams.versionId = ''; + this.queryParams.versionIdTwo = ''; this.queryParams.artId = ''; this.handleQuery(); }, @@ -309,7 +310,7 @@ export default { // 导出最新预测偏差 handleNewExport() { for (let key in this.queryParams) { - if (this.queryParams[key] == '' || key == 'versionId') { + if (this.queryParams[key] == '' || key == 'versionId' || key == 'versionIdTwo') { this.queryParams[key] = undefined } }