diff --git a/src/views/plan/workbench/predictionDeviation/index.vue b/src/views/plan/workbench/predictionDeviation/index.vue index bf391b1..1d42034 100644 --- a/src/views/plan/workbench/predictionDeviation/index.vue +++ b/src/views/plan/workbench/predictionDeviation/index.vue @@ -310,7 +310,7 @@ export default { // 导出最新预测偏差 handleNewExport() { for (let key in this.queryParams) { - if (this.queryParams[key] == '' || key == 'versionId' || key == 'versionIdTwo') { + if (this.queryParams[key] == '') { this.queryParams[key] = undefined } }