Browse Source

主生产数据调整

pull/132/head
liwei 3 years ago
parent
commit
a531ccb2a8
3 changed files with 3 additions and 3 deletions
  1. +1
    -1
      .env.test
  2. +1
    -1
      src/views/productionPlanning/customerForecastDemandReview/demandPlanning/articleDemand/index.vue
  3. +1
    -1
      src/views/productionPlanning/customerForecastDemandReview/demandPlanning/articleDemand/public.vue

+ 1
- 1
.env.test View File

@ -1,5 +1,5 @@
NODE_ENV = 'production' NODE_ENV = 'production'
VUE_APP_BASE_URL = http://10.11.3.207:9003/
VUE_APP_BASE_URL = http://10.11.12.27:9003/
VUE_APP_TITLE = 生产计划管理系统 VUE_APP_TITLE = 生产计划管理系统
VUE_APP_LOGO = ../assets/img/logo.png VUE_APP_LOGO = ../assets/img/logo.png
VUE_APP_LOGIN_BG = ../assets/img/bg-login.png VUE_APP_LOGIN_BG = ../assets/img/bg-login.png


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

@ -415,7 +415,7 @@ export default {
},2000) },2000)
this.$message({ type: "success", message: msg }); this.$message({ type: "success", message: msg });
}).catch(() => { }).catch(() => {
this.$message({ type: "error", message: "访问失败" });
// this.$message({ type: "error", message: "访" });
}); });
}, },
// //


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

@ -99,7 +99,7 @@
this.$emit("cancelHandle", "submit") this.$emit("cancelHandle", "submit")
}).catch(() => { }).catch(() => {
this.loading = false this.loading = false
this.$message({ type: "error", message: "发布失败" });
// this.$message({ type: "error", message: "" });
}); });
} }
}, },


Loading…
Cancel
Save