xiaoming_global hace 4 años
padre
commit
6cfcbddc70
Se han modificado 1 ficheros con 3 adiciones y 2 borrados
  1. 3 2
      src/pages/main/dialog/PrescriptionDialog.vue

+ 3 - 2
src/pages/main/dialog/PrescriptionDialog.vue Ver fichero

@@ -830,7 +830,7 @@
830 830
       lastInputFocus: function (event) {
831 831
         var input = event.target
832 832
         event.currentTarget.select();
833
-   
833
+
834 834
         setTimeout(function () {
835 835
           input.style.marginBottom = '2rem'
836 836
           input.parentNode.scrollIntoView()
@@ -1288,7 +1288,8 @@
1288 1288
             }else{
1289 1289
               this.zhiShow = true
1290 1290
               this.totalShow = true
1291
-              this.huShow  = true 
1291
+              this.huShow  = true
1292
+              console.log("aa")
1292 1293
             }
1293 1294
           }
1294 1295
         }