Commit 466aa288 authored by luckyCao's avatar luckyCao Committed by iamkun

Form: Fix resetFields issue #(15181) (#15640)

parent 41ff993d
...@@ -242,6 +242,11 @@ ...@@ -242,6 +242,11 @@
prop.o[prop.k] = this.initialValue; prop.o[prop.k] = this.initialValue;
} }
// reset validateDisabled after onFieldChange triggered
this.$nextTick(() => {
this.validateDisabled = false;
});
this.broadcast('ElTimeSelect', 'fieldReset', this.initialValue); this.broadcast('ElTimeSelect', 'fieldReset', this.initialValue);
}, },
getRules() { getRules() {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment