xiaoming_global 4 vuotta sitten
vanhempi
commit
6cfcbddc70
1 muutettua tiedostoa jossa 3 lisäystä ja 2 poistoa
  1. 3 2
      src/pages/main/dialog/PrescriptionDialog.vue

+ 3 - 2
src/pages/main/dialog/PrescriptionDialog.vue Näytä tiedosto

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