Browse Source

建单接口增加标识sourceId

seimin 3 years ago
parent
commit
fe05b35eae

+ 1 - 0
pages/inspectList/inspectList.vue

@@ -259,6 +259,7 @@
259 259
               taskId = obj[0].id;
260 260
               let postData = {
261 261
                 workOrder: {
262
+                  sourceId: 4,
262 263
                   taskType: {
263 264
                     id: taskId
264 265
                   },

+ 1 - 0
pages/patientInformationList/patientInformationList.vue

@@ -127,6 +127,7 @@
127 127
         let userId = uni.getStorageSync("userData").user.id;
128 128
         let postData = {
129 129
           "workOrder": {
130
+            sourceId: 4,
130 131
             "hosId": this.hosId,
131 132
             "startDept": {
132 133
               "id": this.options.did