@@ -654,7 +654,7 @@
},
comfirm: function(formName) {
this.$refs[formName].validate((valid) => {
- console.log(valid)
+ // console.log(valid)
if (valid) {
this.$emit('dialog-comfirm', this.getValue())
}