瀏覽代碼

NRC - force create-claim to reflect update note reasons

Vijayakrishnan 3 年之前
父節點
當前提交
1fcd7496cc
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      resources/views/app/patient/note/partials/resolve-content.blade.php

+ 1 - 0
resources/views/app/patient/note/partials/resolve-content.blade.php

@@ -435,6 +435,7 @@
         addMCInitializer('note-resolve-{{$note->uid}}', init, '#note-resolve-{{$note->uid}}');
         addMCHook('onICDUpdate-{{$note->uid}}', function() {
             toastr.success('ICDs updated');
+            fastReload(); // needed to ensure that the note rendered picks the new icds and uses them for create-claim
         });
     }).call(window);
 </script>