From f2d6e079b30e9fc9762e679062b5cf908d60945a Mon Sep 17 00:00:00 2001 From: chenhc <2369838784@qq.com> Date: Fri, 13 Dec 2024 09:53:11 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E9=98=BF=E9=87=8C=E9=87=87=E8=B4=AD?= =?UTF-8?q?=E9=80=81=E8=B4=A7=E5=8D=95=E7=9A=84=E4=B8=9A=E5=8A=A1=E5=AF=B9?= =?UTF-8?q?=E6=8E=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../pharmaceuticals/distribution/selectMsfxOrderDialog.vue | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/src/views/pharmaceuticals/distribution/selectMsfxOrderDialog.vue b/src/views/pharmaceuticals/distribution/selectMsfxOrderDialog.vue index 9866c79..c8c096e 100644 --- a/src/views/pharmaceuticals/distribution/selectMsfxOrderDialog.vue +++ b/src/views/pharmaceuticals/distribution/selectMsfxOrderDialog.vue @@ -270,8 +270,10 @@ export default { }, getList() { if (this.actDateRange !== null) { - this.orderQuery.begin_date = this.actDateRange[0] - this.orderQuery.ens_date = this.actDateRange[1] + this.orderQuery.beginDate = this.actDateRange[0] + this.orderQuery.ensDate = this.actDateRange[1] + }else { + this.$message.error('请先选择查询日期范围!') } aliYljgSearchbillPage(this.orderQuery).then(res => { if (res.code == 20000) {