您现在的位置是:首页 > 网站制作 > vue.js心得vue.js心得

element使用弹窗编辑回显清空表单数据

蒙xs2022-05-05【vue.js心得】人已围观

简介1.编辑赋值时候需要this.$nextTick(function(){})
2.在表单添加ref=“ruleForm”

1.编辑赋值回显


this.$nextTick(function(){
                this.ruleForm = JSON.parse(JSON.stringify(row));
            })

 

2.在el-dialog关闭时候需要 @close="resetForm('ruleForm')"
 

3.事件 

resetForm(formName){
          this.$refs[formName].resetFields();
      },

Tags:

很赞哦! ()

文章评论

    共有条评论来说两句吧...

    用户名:

    验证码:

站点信息

  • 建站时间:2019-1-11
  • 文章统计142篇文章
  • 标签管理标签云
  • 统计数据百度统计
  • 建站,写前端联系我:扫描二维码,