fix: 删除页面console

This commit is contained in:
zhangyu
2021-08-26 09:49:01 +08:00
parent 3ce95f4dc3
commit 039404b451
9 changed files with 1 additions and 12 deletions

View File

@@ -170,7 +170,6 @@ export default {
if (this.editRole.id) {
this.editRole.i18n = this.editRole.name
this.$put(this.url, this.editRole).then(res => {
// console.log(this.editRole)
this.prevent_opt.save = false
if (res.code === 200) {
this.$message({ duration: 2000, type: 'success', message: this.$t('tip.saveSuccess') })