From 36f4f43784521accb16da10e319c30dd1db25806 Mon Sep 17 00:00:00 2001 From: x_z Date: Mon, 29 Aug 2022 17:26:22 +0800 Subject: [PATCH] =?UTF-8?q?1.=E4=BF=AE=E5=A4=8D=E6=9F=A5=E8=AF=A2=E6=9C=AA?= =?UTF-8?q?=E9=87=8D=E7=BD=AE=E5=88=86=E9=A1=B5=E5=8F=82=E6=95=B0=E9=97=AE?= =?UTF-8?q?=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/thrsys/ThrOrdedrReceiveAdd.vue | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) 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(); }, };