Commit e8e5af08 authored by 金王方-del's avatar 金王方-del

fix: 增加参数

parent c59ac909
...@@ -454,6 +454,7 @@ export default { ...@@ -454,6 +454,7 @@ export default {
api({ api({
sendBatchNo: this.sendBatchNo || undefined, sendBatchNo: this.sendBatchNo || undefined,
...this.searchForm, ...this.searchForm,
payorCode: this.form.payorCode || undefined,
visitTimeEnd: visitTimeStart[1] ? visitTimeStart[1] + ' 23:59:59' : undefined, visitTimeEnd: visitTimeStart[1] ? visitTimeStart[1] + ' 23:59:59' : undefined,
visitTimeStart: visitTimeStart[0] ? visitTimeStart[0] + ' 00:00:00' : undefined, visitTimeStart: visitTimeStart[0] ? visitTimeStart[0] + ' 00:00:00' : undefined,
}) })
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment