Quellcode durchsuchen

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

csx vor 3 Jahren
Ursprung
Commit
9e40cfded0
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  1. 1 1
      src/xt_pages/data/components/addDrugs.vue

+ 1 - 1
src/xt_pages/data/components/addDrugs.vue Datei anzeigen

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