close(){
        this.$emit('close')
        this.$refs.dlgForm.clearValidate()
      }

这样,当再次打开界面的时候,就不会有那么多的红框框了

相关文章: