seimin 1 month ago
parent
commit
a4346aa161
1 changed files with 7 additions and 7 deletions
  1. 7 7
      pages/patientInformationInfo/patientInformationInfo.vue

+ 7 - 7
pages/patientInformationInfo/patientInformationInfo.vue

@@ -117,7 +117,7 @@
117
       ok() {
117
       ok() {
118
         this.models.disjunctor = false;
118
         this.models.disjunctor = false;
119
         let postData = {
119
         let postData = {
120
-          deptId: this.currenDept.id
120
+          deptId: this.infoDATA.department.id
121
         };
121
         };
122
         let taskId;
122
         let taskId;
123
         uni.showLoading({
123
         uni.showLoading({
@@ -329,13 +329,13 @@
329
     box-sizing: border-box;
329
     box-sizing: border-box;
330
     border-radius: 4rpx;
330
     border-radius: 4rpx;
331
     background-color: #E5E8ED;
331
     background-color: #E5E8ED;
332
-  
332
+
333
     .toolbar-icon {
333
     .toolbar-icon {
334
       font-size: 52rpx;
334
       font-size: 52rpx;
335
       margin-right: 16rpx;
335
       margin-right: 16rpx;
336
       color: #07863c;
336
       color: #07863c;
337
     }
337
     }
338
-  
338
+
339
     .toolbar-sao {
339
     .toolbar-sao {
340
       font-size: 36rpx;
340
       font-size: 36rpx;
341
       color: #333;
341
       color: #333;
@@ -362,7 +362,7 @@
362
 				text-align: center;
362
 				text-align: center;
363
 			}
363
 			}
364
 		}
364
 		}
365
-    
365
+
366
 		.page_head {
366
 		.page_head {
367
 			background-color: #49b856;
367
 			background-color: #49b856;
368
 			color: #fff;
368
 			color: #fff;
@@ -428,7 +428,7 @@
428
 			// margin-bottom: 10rpx;
428
 			// margin-bottom: 10rpx;
429
 			border-radius: 8rpx;
429
 			border-radius: 8rpx;
430
 			overflow: hidden;
430
 			overflow: hidden;
431
-      
431
+
432
       .splitLine{
432
       .splitLine{
433
         height: 50rpx;
433
         height: 50rpx;
434
         display: flex;
434
         display: flex;
@@ -455,11 +455,11 @@
455
 				line-height: 60rpx;
455
 				line-height: 60rpx;
456
 				font-size: 30rpx;
456
 				font-size: 30rpx;
457
         background: #fff;
457
         background: #fff;
458
-        
458
+
459
         &.mt0{
459
         &.mt0{
460
           margin-top: 0;
460
           margin-top: 0;
461
         }
461
         }
462
-        
462
+
463
         .buildOrder{
463
         .buildOrder{
464
           width: 258rpx;
464
           width: 258rpx;
465
           height: 72rpx;
465
           height: 72rpx;