fix(Field): fix filter typo
This commit is contained in:
+1
-1
@@ -79,7 +79,7 @@ export default createComponent({
|
||||
|
||||
beforeDestroy() {
|
||||
if (this.vanForm) {
|
||||
this.vanForm.fields = this.vanForm.fields.fiilter(item => item !== this);
|
||||
this.vanForm.fields = this.vanForm.fields.filter(item => item !== this);
|
||||
}
|
||||
},
|
||||
|
||||
|
||||
Reference in New Issue
Block a user