@@ -172,7 +172,7 @@
</el-row>
<el-footer style="height: 41px;">
<el-button type="primary" class="footerBtn" @click="save">保存</el-button>
- <el-button @click="resetForm('form')">重 置</el-button>
+ <el-button class="footerBtn" @click="resetForm('form')">重 置</el-button>
</el-footer>
</div>
</el-form>