Explorar el Código

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

seimin hace 3 años
padre
commit
28c1461b1b
Se han modificado 1 ficheros con 2 adiciones y 1 borrados
  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 418
   getJpDrugsWKOMsg() {
419 419
     let that = this;
420
+    this.drugJpLoading = true;
420 421
     that.mainService
421 422
       .postCustom("nurse", "getJpDrugsWKOMsg", {})
422 423
       .subscribe((data) => {