Browse Source

修改重载方法

pull/122/head
xuxiaoming 3 years ago
parent
commit
2d56ec8370
1 changed files with 3 additions and 0 deletions
  1. +3
    -0
      src/views/productionPlanning/customerForecastDemandReview/demandPlanning/articleDemand/index.vue

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

@ -413,6 +413,9 @@ export default {
//
reloadData() {
reloadData({ "customerid": this.customerId }).then(({ msg }) => {
setTimeout(()=>{
this.handleQuery()
},2000)
this.$message({ type: "success", message: msg });
}).catch(() => {
this.$message({ type: "error", message: "访问失败" });


Loading…
Cancel
Save