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) {