浏览代码

close handout

Peter Muturi 3 年之前
父节点
当前提交
edec09fb3e
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      resources/views/app/patient/handouts-list.blade.php

+ 1 - 0
resources/views/app/patient/handouts-list.blade.php

@@ -137,6 +137,7 @@
               var self = this;
               $('[on-handout-close]').click(function(){
                 self.selectedHandoutUid = null;
+                self.search = null;
                 $('[stag-popup-key="pdf-viewer"]').removeClass('show');
               });
             },