调度任务处理和返工订单、计划页面问题修改

dev-scheduling
zhangdi 16 hours ago
parent 119856fa83
commit 448c4e8bb4
  1. 1
      src/views/productionManagement/reworkOrder/components/reworkDetails.vue
  2. 1
      src/views/productionManagement/reworkOrder/index.vue

@ -224,6 +224,7 @@ export default {
}, },
mounted() { mounted() {
this.openShow = this.showDialog; this.openShow = this.showDialog;
this.init()
}, },
methods: { methods: {
init() { init() {

@ -345,7 +345,6 @@ export default {
this.data = res.data.data.records; this.data = res.data.data.records;
this.loading = false; this.loading = false;
this.page.total = res.data.data.total; this.page.total = res.data.data.total;
this.selectionClear();
}).catch(() => { }).catch(() => {
this.loading = false; this.loading = false;
}); });

Loading…
Cancel
Save