mirror of
https://gitee.com/orangeform/orange-admin.git
synced 2026-01-19 03:26:32 +08:00
commit:同步2.2版本
This commit is contained in:
@@ -212,6 +212,7 @@ export default {
|
||||
watch: {
|
||||
value: {
|
||||
handler: function (val, oldVal) {
|
||||
this.userInput = val;
|
||||
if (!this.valueEquals(val, oldVal) && this.validateEvent) {
|
||||
this.dispatch('ElFormItem', 'el.form.change', val);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user