Commit 326d0325 authored by 我在何方's avatar 我在何方

拆单审核修复

parent 56bbdc0d
...@@ -394,10 +394,10 @@ export default { ...@@ -394,10 +394,10 @@ export default {
this.loading = true; this.loading = true;
// 执行查询 // 执行查询
getSplitList(this.queryParams).then(response => { getSplitList(this.queryParams).then(response => {
this.splitData = response.data.orderSplitBackVOList this.splitData = response.data.orderSplitBackVOList
if(response.data.orderApprovalBackVO){ this.orderApprovalBackVO = response.data
this.orderApprovalBackVO = response.data.orderApprovalBackVO
}
this.loading = false; this.loading = false;
}); });
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment