From 105f5c4128caa80b4255948fa2796b52aaecf0ac Mon Sep 17 00:00:00 2001 From: yinq Date: Wed, 24 Jul 2024 15:33:19 +0800 Subject: [PATCH] =?UTF-8?q?change=20-=20=E7=94=9F=E4=BA=A7=E5=B7=A5?= =?UTF-8?q?=E5=8D=95=E6=8E=92=E4=BA=A7=E4=BF=AE=E6=94=B9v2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- hw-ui/src/views/mes/productOrder/productionScheduling.vue | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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) {