Selaa lähdekoodia

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

csx 3 vuotta sitten
vanhempi
commit
9e40cfded0
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1 1
      src/xt_pages/data/components/addDrugs.vue

+ 1 - 1
src/xt_pages/data/components/addDrugs.vue Näytä tiedosto

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