liuzhihui vor 2 Jahren
Ursprung
Commit
55af56e2c8

+ 2 - 1
CallCenterWeb.UI/RMYY/src/views/scheduleManagement/scheduleInfo/index.vue

@@ -190,6 +190,7 @@
190 190
         this.repairman = []
191 191
         this.usercodes = ''
192 192
         this.getRepairman(data[data.length - 1])
193
+        this.getAllClass()
193 194
       },
194 195
       getRepairman(id) {
195 196
         const params = {
@@ -233,7 +234,7 @@
233 234
       },
234 235
       getAllClass() {
235 236
         const params = {
236
-          deptid: localStorage.getItem('deptId')
237
+          deptid: this.deptid
237 238
         }
238 239
         getAllClassList(params).then((response) => {
239 240
           this.classList = response.data