Browse Source

11月14日 库存扣减更新

XMLWAN 3 years ago
parent
commit
5465899d6a
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/xt_pages/data/components/addDrugs.vue

+ 1 - 1
src/xt_pages/data/components/addDrugs.vue View File

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