Преглед на файлове

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

See999 преди 4 години
родител
ревизия
1bc9f76e89
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      src/pages/doctorAdvice/components/DoctorManagement.vue

+ 1 - 1
src/pages/doctorAdvice/components/DoctorManagement.vue Целия файл

@@ -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;