修改内部码打印查询问题

prod
郑明梁 2 years ago
parent 217879692e
commit 8bda36acde

@ -354,7 +354,7 @@ export default {
this.query.startTime = null; this.query.startTime = null;
this.query.endTime = null; this.query.endTime = null;
} }
// this.query.status=3 this.query.status=3
stockOrderList(this.query) stockOrderList(this.query)
.then(response => { .then(response => {
this.loading = false; this.loading = false;

Loading…
Cancel
Save