seimin vor 1 Monat
Ursprung
Commit
0fb211d184
1 geänderte Dateien mit 5 neuen und 2 gelöschten Zeilen
  1. 5 2
      pages/stationaryPatient/stationaryPatient.vue

+ 5 - 2
pages/stationaryPatient/stationaryPatient.vue

@@ -110,7 +110,7 @@
110 110
         if(this.dataInfo.idx === 0){
111 111
           this.dataInfo.list = [];
112 112
         }
113
-        
113
+
114 114
         let postData = {
115 115
             "idx": this.dataInfo.idx,
116 116
             "sum": 20,
@@ -119,9 +119,12 @@
119 119
               "cascadeSignDept": +this.options.dutyDeptId,
120 120
               "patientKey": this.keyword || undefined,
121 121
               "reAssign": 1, //是否可以转派
122
+              "state": {
123
+                value: '3,4'
124
+              }
122 125
             }
123 126
         }
124
-        
127
+
125 128
         post("/simple/data/fetchDataList/patientInspectLog", postData).then(res => {
126 129
           uni.hideLoading();
127 130
           uni.stopPullDownRefresh();