Ver código fonte

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

csx 3 anos atrás
pai
commit
9e40cfded0
1 arquivos alterados com 1 adições e 1 exclusões
  1. 1 1
      src/xt_pages/data/components/addDrugs.vue

+ 1 - 1
src/xt_pages/data/components/addDrugs.vue Ver arquivo

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