Browse Source

预测偏差导出

xuxiaoming
wangxy 2 years ago
parent
commit
f8750e0faa
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      src/views/plan/workbench/predictionDeviation/index.vue

+ 1
- 1
src/views/plan/workbench/predictionDeviation/index.vue View File

@ -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
}
}


Loading…
Cancel
Save