Browse Source

解决历史续方页面按时间搜索条件错误的问题

raolu 7 years ago
parent
commit
06584609bc
1 changed files with 1 additions and 1 deletions
  1. 1 1
      js/buz/prescription-list.js

+ 1 - 1
js/buz/prescription-list.js

@ -136,7 +136,7 @@ function bindEvents(){
    $("#time").on('change', function(){
        var $this = $(this);
        var seDate = $this.val();
        var seDate = getStartEndDate($this.val());
        startDate = seDate.startDate;
        endDate = seDate.endDate;
        getList(true);