首页 > 技术文章 > elementUI当再次打开对话框的时候,清除对话框里的内容(校验内容)

tw6668 2019-12-25 18:12 原文

  /**
   * 表单重置的方法
    */
    resetForm(formName) {
this.$next((=>{ this.$refs[formName].resetFields();
    }) },

  

推荐阅读