Commit 975adb9f authored by chenzj's avatar chenzj

确认补料按钮bug修复

parent 60e94ece
......@@ -677,10 +677,9 @@ export default {
if(response.code===500){
this.$modal.confirm(msg);
}
this.form = response.data;
this.open = true;
this.title = "确认补料";
this.optType = "edit";
if(response.code===200){
this.getList();
}
});
},
// 查询明细按钮操作
......
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