Commit e2e31c93 authored by 仇晓婷's avatar 仇晓婷

整机,流水排产bug

parent 6dcc37b6
......@@ -72,7 +72,7 @@
</FormItem>
<FormItem label="班组" v-if="formItem.radio == 1">
<DepartmentSelect
:type="1"
:type="2"
v-model="formItem.shopId"
style="width: 350px"
/>
......
......@@ -409,6 +409,7 @@ export default {
Api.fltwostepschedule(data).then((r) => {
if (r.result) {
this.$Message.success("下发成功");
this.result = [];
this.orderlist(this.status);
} else {
this.$Message.info("下发失败");
......
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