liuzhihui 2 lat temu
rodzic
commit
55af56e2c8

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

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