Browse Source

Merge pull request '优化' (#112) from feature_supplier into develop

Reviewed-on: http://101.201.121.115:3000/leo/LAPP_GAAS_GFrame_WEBFRONT/pulls/112
Reviewed-by: Liwei <wei.li@le-it.com.cn>
pull/113/head
Liwei 3 years ago
parent
commit
4b1905e1cb
1 changed files with 2 additions and 0 deletions
  1. +2
    -0
      src/views/productplan/workbench/order.vue

+ 2
- 0
src/views/productplan/workbench/order.vue View File

@ -724,6 +724,7 @@ export default {
}).then(({code, data})=>{
if(code===200){
this.isSancelrelease = false
this.getList()
}
})
// }
@ -751,6 +752,7 @@ export default {
}).then(({code, data})=>{
if(code===200){
this.isTerminateOrder=false
this.getList()
}
})
})


Loading…
Cancel
Save