Browse Source

Merge branch 'develop' into xuxiaoming

pull/197/head
xuxiaoming 3 years ago
parent
commit
115303feff
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      src/views/productionPlanning/customerForecastDemandReview/demandPlanning/articleDemand/index.vue

+ 1
- 1
src/views/productionPlanning/customerForecastDemandReview/demandPlanning/articleDemand/index.vue View File

@ -413,7 +413,7 @@
this.historyList.push({
publishedVersionNr:data["version"]
})
this.lookErrorLogHandler(data["version"])
window.open(baseURL + "admin/common/log/read/planlog/"+data["version"])
}
},
toggleChar() {


Loading…
Cancel
Save