fix: 修改 system 回显错误的问题

This commit is contained in:
zhangyu
2021-12-23 16:27:05 +08:00
parent 79d6acbf05
commit b95c4c792d
6 changed files with 7 additions and 9 deletions

View File

@@ -413,7 +413,7 @@ export default {
})
})
},
createSuccess (type, response, param, panel) {
createSuccess (panel) {
this.$confirm(this.$t('dashboard.metric.goPanelTip'), this.$t('tip.saveSuccess'), {
confirmButtonText: this.$t('tip.yes'),
cancelButtonText: this.$t('tip.no'),