element关闭弹窗清楚验证

82 阅读1分钟
cancleDialog (done) {
      this.$refs.dialogForm.resetFields()
      this.dialogVisible = false
      if (typeof done === 'function') done()
    }