Browse Source

Merge pull request '修改回调方法' (#197) from xuxiaoming into develop

Reviewed-on: http://101.201.121.115:3000/leo/LAPP_AdvancedPlanner_Front/pulls/197
pull/198/head
xuxiaoming 3 years ago
parent
commit
6b80cc09aa
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({ this.historyList.push({
publishedVersionNr:data["version"] publishedVersionNr:data["version"]
}) })
this.lookErrorLogHandler(data["version"])
window.open(baseURL + "admin/common/log/read/planlog/"+data["version"])
} }
}, },
toggleChar() { toggleChar() {


Loading…
Cancel
Save