NEZ-835 fix: 新增页面添加标签页关闭提示功能
This commit is contained in:
@@ -240,9 +240,7 @@ export default {
|
||||
immediate: true,
|
||||
deep: true,
|
||||
handler (n) {
|
||||
if (n.id) {
|
||||
this.isEdit = true
|
||||
}
|
||||
this.isEdit = true
|
||||
this.editMenu = JSON.parse(JSON.stringify(n))
|
||||
if (this.editMenu.perms && this.editMenu.perms != '') {
|
||||
this.$set(this.editMenu, 'permissions', this.editMenu.perms.split(',').map(t => { return { value: t } }))
|
||||
|
||||
Reference in New Issue
Block a user