Browse Source

Merge pull request '修改主生产计划的发布API的传值' (#81) from xuxiaoming into develop

Reviewed-on: http://101.201.121.115:3000/leo/LAPP_AdvancedPlanner_Front/pulls/81
pull/87/head
xuxiaoming 3 years ago
parent
commit
02b8c09981
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

@ -268,7 +268,7 @@ export default {
},
publicData() {
if (this.publicButtonClass == "image_button") {
publicData({ customerid: this.customerId }).then(({ data = [] }) => {
publicData({ artid: this.artId }).then(({ data = [] }) => {
this.$message({ type: "success", message: "发布成功" });
}).catch(() => {
this.$message({ type: "error", message: "发布失败" });


Loading…
Cancel
Save