diff --git a/hw-ui/src/views/mes/productOrder/productionScheduling.vue b/hw-ui/src/views/mes/productOrder/productionScheduling.vue index cb8191b..50db5f3 100644 --- a/hw-ui/src/views/mes/productOrder/productionScheduling.vue +++ b/hw-ui/src/views/mes/productOrder/productionScheduling.vue @@ -909,11 +909,11 @@ export default { /** 查询生产工单;生产工单列表 */ getList() { this.loading = true - // allListProductOrder(this.queryParams).then(response => { - let response = a + allListProductOrder(this.queryParams).then(response => { + // let response = a this.productOrderList = this.handleTree(response.data, 'productOrderId', 'preOrderId') this.loading = false - // }); + }); }, /** 转换生产工单;生产工单数据结构 */ normalizer(node) {