1. For the following object, how to clear its property value
editForm: {
showDialog: false,
id:"",
name: "",
url: "",
param:"",
nameSpace:"",
},
is there any other way (traversal?) besides this method.
this.editForm.id = "";
this.editForm.name = "";
this.editForm.url ="";
this.editForm.param = "";
this.editForm.nameSpace = "";
this.editForm.routerName=""