Browse Source

护士端药品展示信息的BUG修复

seimin 3 years ago
parent
commit
28c1461b1b
1 changed files with 2 additions and 1 deletions
  1. 2 1
      src/app/views/hushijiandan/hushijiandan.component.ts

+ 2 - 1
src/app/views/hushijiandan/hushijiandan.component.ts

@@ -414,9 +414,10 @@ export class HushijiandanComponent implements OnInit {
414
   }
414
   }
415
 
415
 
416
   // 药品静配提示信息
416
   // 药品静配提示信息
417
-  drugJpLoading = true;
417
+  drugJpLoading = false;
418
   getJpDrugsWKOMsg() {
418
   getJpDrugsWKOMsg() {
419
     let that = this;
419
     let that = this;
420
+    this.drugJpLoading = true;
420
     that.mainService
421
     that.mainService
421
       .postCustom("nurse", "getJpDrugsWKOMsg", {})
422
       .postCustom("nurse", "getJpDrugsWKOMsg", {})
422
       .subscribe((data) => {
423
       .subscribe((data) => {