NEZ-1708 fix:Chart templates点击删除图表模板按钮后弹窗后点击取消浏览器报错,再次点击删除按钮失效

This commit is contained in:
zhangyu
2022-03-22 15:42:50 +08:00
parent fc6d98be4c
commit b629ef4d89
2 changed files with 2 additions and 0 deletions

View File

@@ -421,6 +421,7 @@ export default {
this.closeRightBox(true)
} else {
this.$message.error(response.msg)
this.$store.dispatch('clearPanel')
}
})
})