Pārlūkot izejas kodu

Merge branch '20201109_pc_vue_new_branch' of http://git.shengws.com/csx/Vue_New into 20201109_pc_vue_new_branch

csx 3 gadus atpakaļ
vecāks
revīzija
9e40cfded0
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  1. 1 1
      src/xt_pages/data/components/addDrugs.vue

+ 1 - 1
src/xt_pages/data/components/addDrugs.vue Parādīt failu

@@ -654,7 +654,7 @@
654 654
       },
655 655
       comfirm: function(formName) {
656 656
         this.$refs[formName].validate((valid) => {
657
-          console.log(valid)
657
+          // console.log(valid)
658 658
           if (valid) {
659 659
             this.$emit('dialog-comfirm', this.getValue())
660 660
           }