何隆昌 vue表单重置

vue表单重置

        <el-form label-width="0px" label-position="left" :model="ruleForm" status-icon :rules="rules" ref="ruleForm"  class="demo-ruleForm">

<el-button   type="text"  style="width:100%" @click="resetForm('ruleForm')">重置</el-butt>
 resetForm(formName) {
      this.$refs[formName].resetFields()
    },

版权声明:本文为weixin_43826491原创文章,遵循CC 4.0 BY-SA版权协议,转载请附上原文出处链接和本声明。