校验出入库单 删除成功后 子列表数据没清空

prod
wangwei 2 years ago
parent 6f220553e6
commit 6aa52298db

@ -588,6 +588,8 @@ export default {
})
.then(() => {
this.deleteOrders(rowId);
this.currentRow=null;
this.bizDetailList=[];
})
.catch(() => {
});

Loading…
Cancel
Save