Browse Source

Merge branch 'master' of http://git.shengws.com/csx/Pad_New

See999 4 years ago
parent
commit
1bc9f76e89
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/pages/doctorAdvice/components/DoctorManagement.vue

+ 1 - 1
src/pages/doctorAdvice/components/DoctorManagement.vue View File

355
           this.childList = objarr;
355
           this.childList = objarr;
356
           let arr = this.doctorAdvice;
356
           let arr = this.doctorAdvice;
357
           arr.push(...list.reverse());
357
           arr.push(...list.reverse());
358
-          console.log("arr", arr);
358
+          //console.log("arr", arr);
359
           this.doctorAdvice = arr;
359
           this.doctorAdvice = arr;
360
 
360
 
361
           this.loading = false;
361
           this.loading = false;