update Form reset
This commit is contained in:
parent
45098aa3b9
commit
3d6a354e97
1 changed files with 1 additions and 1 deletions
|
@ -234,7 +234,7 @@
|
|||
// this.validateDisabled = true;
|
||||
// prop.o[prop.k] = this.initialValue;
|
||||
// }
|
||||
if (Array.isArray(value)) {
|
||||
if (Array.isArray(value) && this.initialValue !== null) {
|
||||
this.validateDisabled = true;
|
||||
prop.o[prop.k] = [].concat(this.initialValue);
|
||||
} else {
|
||||
|
|
Loading…
Add table
Reference in a new issue