Commit b5326a45 authored by renjintao's avatar renjintao

mesplan bug

parent 897c388f
......@@ -710,6 +710,7 @@ export default {
this.$Message.success("订单送审成功!");
this.$refs.grid.load();
this.sendViewModal = false;
this.$refs.grid.cancelBatch();
} else {
this.$Message.error("订单送审失败!");
}
......@@ -742,6 +743,7 @@ export default {
},
//确定派发
sendOk() {
this.$refs.orderSend.$refs["formValidate"].validate(valid => {
if (valid) {
let ids = this.arrayIds;
......@@ -760,6 +762,7 @@ export default {
this.$refs.grid.load();
this.sendModal = false;
this.$Message.success("派发成功");
this.$refs.grid.cancelBatch();
} else {
this.sendModal = false;
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