Browse Source

Merge branch 'new_pad_branch' of http://git.shengws.com/zhangbj/xt_pad into new_pad_branch

See999 4 years ago
parent
commit
8d52ae67c3
1 changed files with 3 additions and 2 deletions
  1. 3 2
      src/pages/main/dialog/PrescriptionDialog.vue

+ 3 - 2
src/pages/main/dialog/PrescriptionDialog.vue View File

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