fix: 去除 console.log console.info
This commit is contained in:
@@ -167,7 +167,7 @@ export default {
|
||||
if (this.editRole.id) {
|
||||
this.editRole.i18n = this.editRole.name
|
||||
this.$put(this.url, this.editRole).then(res => {
|
||||
console.log(this.editRole)
|
||||
// console.log(this.editRole)
|
||||
this.prevent_opt.save = false
|
||||
if (res.code === 200) {
|
||||
this.$message({ duration: 2000, type: 'success', message: this.$t('tip.saveSuccess') })
|
||||
|
||||
Reference in New Issue
Block a user