浏览代码

建单接口增加标识sourceId

seimin 3 年之前
父节点
当前提交
fe05b35eae
共有 2 个文件被更改,包括 2 次插入0 次删除
  1. 1 0
      pages/inspectList/inspectList.vue
  2. 1 0
      pages/patientInformationList/patientInformationList.vue

+ 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