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,7 +355,7 @@ export default {
355 355
           this.childList = objarr;
356 356
           let arr = this.doctorAdvice;
357 357
           arr.push(...list.reverse());
358
-          console.log("arr", arr);
358
+          //console.log("arr", arr);
359 359
           this.doctorAdvice = arr;
360 360
 
361 361
           this.loading = false;