diff --git a/src/views/thrsys/ThrOrdedrReceiveAdd.vue b/src/views/thrsys/ThrOrdedrReceiveAdd.vue index b43dcd1..4169367 100644 --- a/src/views/thrsys/ThrOrdedrReceiveAdd.vue +++ b/src/views/thrsys/ThrOrdedrReceiveAdd.vue @@ -52,7 +52,7 @@ - 查询 + 查询 新增订单 @@ -228,7 +228,10 @@ export default { this.actDateRange = []; this.getList(); }, - + search() { + this.filterQuery.page = 1; + this.getList(); + }, getList() { if (this.filterQuery.thirdSysFk == null) { this.$message.warning("请先选择第三方系统!")