不管表单有没有初始数据,都清空 if(appForm.getForm().getEl()){ appForm.getForm().getEl().dom.reset(); }else{ appForm.form.reset(); }