@ -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) {