Browse Source

修改发布信息

pull/126/head
xuxiaoming 3 years ago
parent
commit
33a4175a51
1 changed files with 3 additions and 3 deletions
  1. +3
    -3
      src/views/productionPlanning/customerForecastDemandReview/demandPlanning/articleDemand/public.vue

+ 3
- 3
src/views/productionPlanning/customerForecastDemandReview/demandPlanning/articleDemand/public.vue View File

@ -79,10 +79,10 @@
publishIdentify().then( ({data = []}) => {
this.formData["version"] = data.version
this.message = data.message
this.historyList = publishedVersionNr
this.historyList = data.publishedVersionNr
this.loading = false
}).catch(() => {
this.$message({ type: "error", message: "获取发布信息失败" });
}).catch((e) => {
this.$message({ type: "error", message: "获取发布信息失败"+e });
this.loading = false
});
},


Loading…
Cancel
Save