diff --git a/src/views/thrsys/ThrOrdedrReceiveAdd.vue b/src/views/thrsys/ThrOrdedrReceiveAdd.vue index a3e92b6..0ceeebf 100644 --- a/src/views/thrsys/ThrOrdedrReceiveAdd.vue +++ b/src/views/thrsys/ThrOrdedrReceiveAdd.vue @@ -54,7 +54,7 @@ - 查询 + 查询 新增订单 @@ -230,7 +230,10 @@ export default { this.actDateRange = []; this.getList(); }, - + search() { + this.filterQuery.page = 1; + this.getList(); + }, getList() { if (this.filterQuery.thirdSysFk == null) { this.$message.warning("请先选择第三方系统!") @@ -461,6 +464,7 @@ export default { let start = new Date(); start.setTime(start.getTime() - 3600 * 1000 * 24 * 7); this.actDateRange = [start, end]; + this.getList(); }, };