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

+ 2 - 4
pages/patientInformationInfo/patientInformationInfo.vue

@@ -86,8 +86,6 @@
86 86
         models: {
87 87
           disjunctor: false,
88 88
         },
89
-        //当前登录人所属科室
90
-        currenDept: uni.getStorageSync("userData").user.dept,
91 89
 			};
92 90
 		},
93 91
 		methods: {
@@ -138,9 +136,9 @@
138 136
                     id: taskId,
139 137
                     isHalfInspect: obj[0].isHalfInspect === 1 ? 1 : 0
140 138
                   },
141
-                  createDept: this.currenDept.id,
139
+                  createDept: this.infoDATA.department.id,
142 140
                   startDept: {
143
-                    id: this.currenDept.id
141
+                    id: this.infoDATA.department.id
144 142
                   },
145 143
                   patient: {
146 144
                     patientCode: this.jdItem.patientCode