Explorar el Código

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

See999 hace 4 años
padre
commit
1bc9f76e89
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      src/pages/doctorAdvice/components/DoctorManagement.vue

+ 1 - 1
src/pages/doctorAdvice/components/DoctorManagement.vue Ver fichero

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