feat: panel页面 的删除 复制功能

This commit is contained in:
zhangyu
2021-12-08 16:20:03 +08:00
parent c4f7e2ede7
commit f587dd2ed1
6 changed files with 111 additions and 49 deletions

View File

@@ -461,7 +461,7 @@ export default {
this.groupList = system.group
this.selectList = system.select
}
this.$refs.chartForm.clearValidate()
this.$refs.chartForm && this.$refs.chartForm.clearValidate()
}
} else {
this.$message.error(res.msg)