fix:批量修改endpoint 添加报错提示

This commit is contained in:
zhangyu
2022-06-06 15:12:53 +08:00
parent 552ef0ae88
commit 9d259fa4af
2 changed files with 3 additions and 1 deletions

View File

@@ -221,6 +221,8 @@ export default {
if (res.code === 200) {
this.$message({ duration: 2000, type: 'success', message: this.$t('tip.saveSuccess') })
this.esc(true)
} else {
this.$message.error(res.msg)
}
})
}