1.修复已验收单据单号查询无数据问题

master
x_z 3 years ago
parent f38fa25e79
commit ac804302b7

@ -468,6 +468,8 @@ export default {
this.query.startTime = null;
this.query.endTime = null;
}
//
this.query.page = 1;
this.getList();
if (this.query.status === "202" || this.query.status === "502") {
this.haveDistributionVisible = true;

Loading…
Cancel
Save