瀏覽代碼

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

csx 3 年之前
父節點
當前提交
9e40cfded0
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/xt_pages/data/components/addDrugs.vue

+ 1 - 1
src/xt_pages/data/components/addDrugs.vue 查看文件

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
           }