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

master
x_z 3 years ago
parent db4e592217
commit c50b6af5e1

@ -462,6 +462,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