Commit c816cd77 authored by 沈翠玲's avatar 沈翠玲

Merge branch 'dev' of http://git.local.topsunit.com/mes/mes-ui into dev

parents f836aed3 975adb9f
...@@ -677,10 +677,9 @@ export default { ...@@ -677,10 +677,9 @@ export default {
if(response.code===500){ if(response.code===500){
this.$modal.confirm(msg); this.$modal.confirm(msg);
} }
this.form = response.data; if(response.code===200){
this.open = true; this.getList();
this.title = "确认补料"; }
this.optType = "edit";
}); });
}, },
// 查询明细按钮操作 // 查询明细按钮操作
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment