change - 生产工单排产修改v2

master
yinq 4 months ago
parent b5e8f6a9f8
commit 105f5c4128

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

Loading…
Cancel
Save