1、ref="errorAddForm"style="margin-left:30px;margin-top:10px;">
2、清除form表單中的數(shù)據(jù),需要在每個(gè)要想被清除內(nèi)容的小組件上注意寫prop=”…”
3、data里面聲明對(duì)象時(shí),一定要將prop這些屬性的加上
4、this.$refs[formName].resetFields();
1、ref="errorAddForm"style="margin-left:30px;margin-top:10px;">
2、清除form表單中的數(shù)據(jù),需要在每個(gè)要想被清除內(nèi)容的小組件上注意寫prop=”…”
3、data里面聲明對(duì)象時(shí),一定要將prop這些屬性的加上
4、this.$refs[formName].resetFields();