fix: 修复 asset 二级菜单 Children asset 搜索查所有。修复编辑保存i18n赋值问题
This commit is contained in:
@@ -176,7 +176,6 @@ export default {
|
||||
this.$refs.roleForm.validate((valid) => {
|
||||
if (valid) {
|
||||
if (this.editRole.id) {
|
||||
this.editRole.i18n = this.editRole.name
|
||||
this.$put(this.url, this.editRole).then(res => {
|
||||
this.prevent_opt.save = false
|
||||
if (res.code === 200) {
|
||||
|
||||
Reference in New Issue
Block a user