排产看板提交

dev-scheduling
zhangdi 12 hours ago
parent f334978b29
commit f0a07f2567
  1. 2
      src/api/productionSchedulingPlan/scheduling.js
  2. 1
      src/views/productionSchedulingPlan/schedulingDashboard/index.vue

@ -47,6 +47,6 @@ export const selectEquip = row => {
return request({
url: '/blade-scheduling/workOrder/selectEquip',
method: 'get',
data: row,
params: row,
});
};

@ -379,6 +379,7 @@ export default {
this.formLabelAlign.startTime = new Date().toISOString().substr(0, 10);
this.getData();
this.getSelectTeam();
this.getSelectEquip()
},
methods: {
typeChange(){

Loading…
Cancel
Save