Browse Source

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

raolu 7 năm trước cách đây
mục cha
commit
06584609bc
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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);