This commit is contained in:
梁灏 2019-09-17 16:33:46 +08:00
parent b36ba86406
commit 5356d04d22
2 changed files with 1 additions and 2 deletions

View file

@ -204,7 +204,7 @@
callback(this.validateMessage);
this.FormInstance && this.FormInstance.$emit('on-validate', this.prop, !errors, this.validateMessage || null)
this.FormInstance && this.FormInstance.$emit('on-validate', this.prop, !errors, this.validateMessage || null);
});
this.validateDisabled = false;
},

View file

@ -6,7 +6,6 @@ export default {
}
},
render (h) {
console.log(this.mark.label)
let label = typeof this.mark === 'string' ? this.mark : [this.mark.label];
return h('div', {