Commit f7958dcb authored by renjintao's avatar renjintao

aps

parent 8770a249
...@@ -244,6 +244,7 @@ export default { ...@@ -244,6 +244,7 @@ export default {
Api.getall().then(res => { Api.getall().then(res => {
if (res.success) { if (res.success) {
this.list = res.result; this.list = res.result;
alert(JSON.stringify(this.list))
} }
}); });
}, },
...@@ -269,7 +270,7 @@ export default { ...@@ -269,7 +270,7 @@ export default {
Api.recoveryoptasksimluate(params).then(r => { Api.recoveryoptasksimluate(params).then(r => {
if (r.success) { if (r.success) {
this.$Message.success("恢复成功"); this.$Message.success("恢复成功");
this.loadList(); this.loadList()
} }
}); });
}, },
......
...@@ -433,6 +433,7 @@ export default { ...@@ -433,6 +433,7 @@ export default {
.then(r => { .then(r => {
if (r.success) { if (r.success) {
this.$Message.success("移入排产成功"); this.$Message.success("移入排产成功");
this.$refs.grid.reload(this.easySearch);
} else { } else {
this.$Message.error("移入排产失败"); this.$Message.error("移入排产失败");
} }
......
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