关闭弹窗时清空表单信息:

// 弹框关闭时清空信息
    closeDialog () {
      this.$nextTick(() => {
        this.$refs['createModelForm'].clearValidate()
      })
    }