seimin 1 月之前
父節點
當前提交
0fb211d184
共有 1 個文件被更改,包括 5 次插入2 次删除
  1. 5 2
      pages/stationaryPatient/stationaryPatient.vue

+ 5 - 2
pages/stationaryPatient/stationaryPatient.vue

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