seimin 1 month ago
parent
commit
84a0d16a0b
1 changed files with 2 additions and 4 deletions
  1. 2 4
      pages/patientInformationInfo/patientInformationInfo.vue

+ 2 - 4
pages/patientInformationInfo/patientInformationInfo.vue

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